Index: src/debug/arm/debug-arm.cc |
diff --git a/src/debug/arm/debug-arm.cc b/src/debug/arm/debug-arm.cc |
index 5fdda4fedc34144011441d4165f8db5372f78489..99a555de9c5800e4deeb7d7d80db2a7025d40d7a 100644 |
--- a/src/debug/arm/debug-arm.cc |
+++ b/src/debug/arm/debug-arm.cc |
@@ -119,8 +119,7 @@ void DebugCodegen::GenerateDebugBreakStub(MacroAssembler* masm, |
void DebugCodegen::GenerateFrameDropperLiveEdit(MacroAssembler* masm) { |
// Load the function pointer off of our current stack frame. |
- __ ldr(r1, MemOperand(fp, |
- StandardFrameConstants::kConstantPoolOffset - kPointerSize)); |
+ __ ldr(r1, MemOperand(fp, FrameDropperFrameConstants::kFunctionOffset)); |
// Pop return address, frame and constant pool pointer (if |
// FLAG_enable_embedded_constant_pool). |