Index: runtime/vm/stub_code_arm.cc |
=================================================================== |
--- runtime/vm/stub_code_arm.cc (revision 33437) |
+++ runtime/vm/stub_code_arm.cc (working copy) |
@@ -528,7 +528,7 @@ |
void StubCode::GenerateDeoptimizeLazyStub(Assembler* assembler) { |
// Correct return address to point just after the call that is being |
// deoptimized. |
- __ AddImmediate(LR, -CallPattern::kFixedLengthInBytes); |
+ __ AddImmediate(LR, -CallPattern::LengthInBytes()); |
GenerateDeoptimizationSequence(assembler, true); // Preserve R0. |
} |