| Index: src/arm/codegen-arm.cc
|
| diff --git a/src/arm/codegen-arm.cc b/src/arm/codegen-arm.cc
|
| index 238d34ed27e3bb6bdba2d7582652c2747cead720..3ee53ad4660448802c86cf6aab7c41523d07c7e1 100644
|
| --- a/src/arm/codegen-arm.cc
|
| +++ b/src/arm/codegen-arm.cc
|
| @@ -849,7 +849,7 @@ static byte* GetNoCodeAgeSequence(uint32_t* length) {
|
| if (!initialized) {
|
| CodePatcher patcher(byte_sequence, kNoCodeAgeSequenceLength);
|
| PredictableCodeSizeScope scope(patcher.masm(), *length);
|
| - patcher.masm()->stm(db_w, sp, r1.bit() | cp.bit() | fp.bit() | lr.bit());
|
| + patcher.masm()->PushFixedFrame(r1);
|
| patcher.masm()->nop(ip.code());
|
| patcher.masm()->add(fp, sp,
|
| Operand(StandardFrameConstants::kFixedFrameSizeFromFp));
|
|
|