Index: runtime/vm/exceptions.cc |
diff --git a/runtime/vm/exceptions.cc b/runtime/vm/exceptions.cc |
index 98dbe25a9807341dc37b554a6e399e315061cd92..9f79640fdb7f666cfabc87d16e176b2aa9142578 100644 |
--- a/runtime/vm/exceptions.cc |
+++ b/runtime/vm/exceptions.cc |
@@ -228,7 +228,7 @@ static void JumpToExceptionHandler(Thread* thread, |
typedef void (*ExcpHandler)(uword, uword, uword, RawObject*, RawObject*, |
Thread*); |
ExcpHandler func = reinterpret_cast<ExcpHandler>( |
- StubCode::JumpToExceptionHandlerEntryPoint()); |
+ StubCode::JumpToExceptionHandler_entry()->EntryPoint()); |
// Unpoison the stack before we tear it down in the generated stub code. |
uword current_sp = Isolate::GetCurrentStackPointer() - 1024; |