Index: src/x87/macro-assembler-x87.cc |
diff --git a/src/x87/macro-assembler-x87.cc b/src/x87/macro-assembler-x87.cc |
index 06bd774a552c991ea53b0360c162e24e85c82199..585f9c023b4b58129a0c4eddb4cd248be3c280a6 100644 |
--- a/src/x87/macro-assembler-x87.cc |
+++ b/src/x87/macro-assembler-x87.cc |
@@ -2144,7 +2144,7 @@ void MacroAssembler::CallApiFunctionAndReturn( |
bind(&promote_scheduled_exception); |
{ |
FrameScope frame(this, StackFrame::INTERNAL); |
- CallRuntime(Runtime::kHiddenPromoteScheduledException, 0); |
+ CallRuntime(Runtime::kPromoteScheduledException, 0); |
} |
jmp(&exception_handled); |