Index: src/arm/code-stubs-arm.cc |
diff --git a/src/arm/code-stubs-arm.cc b/src/arm/code-stubs-arm.cc |
index 5525ec12a0bd4ecd242009002605c7b5dd5d65fb..f31c348ef25dc998a9ceebc5a4b79838d52a74d3 100644 |
--- a/src/arm/code-stubs-arm.cc |
+++ b/src/arm/code-stubs-arm.cc |
@@ -1791,7 +1791,7 @@ void JSEntryStub::GenerateBody(MacroAssembler* masm, bool is_construct) { |
isolate))); |
} |
__ str(r0, MemOperand(ip)); |
- __ mov(r0, Operand(reinterpret_cast<int32_t>(Failure::Exception()))); |
+ __ LoadRoot(r0, Heap::kExceptionRootIndex); |
__ b(&exit); |
// Invoke: Link this frame into the handler chain. There's only one |