diff --git a/src/coreclr/src/vm/i386/unixstubs.cpp b/src/coreclr/src/vm/i386/unixstubs.cpp index 86dd75da49c72..80ea40ab33c0d 100644 --- a/src/coreclr/src/vm/i386/unixstubs.cpp +++ b/src/coreclr/src/vm/i386/unixstubs.cpp @@ -6,7 +6,7 @@ extern "C" { - void RedirectForThrowControl() + void ThrowControlForThread() { PORTABILITY_ASSERT("Implement for PAL"); }