| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index 9cfef7d8d627b5b47c359ebddf5e29df9de01a6f..3870ff3158620ac8649a997f1b77b108976c7218 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -1146,7 +1146,8 @@ void CEntryStub::Generate(MacroAssembler* masm) {
|
|
|
| // Ask the runtime for help to determine the handler. This will set v0 to
|
| // contain the current pending exception, don't clobber it.
|
| - ExternalReference find_handler(Runtime::kFindExceptionHandler, isolate());
|
| + ExternalReference find_handler(Runtime::kUnwindAndFindExceptionHandler,
|
| + isolate());
|
| {
|
| FrameScope scope(masm, StackFrame::MANUAL);
|
| __ PrepareCallCFunction(3, 0, a0);
|
|
|