Index: src/arm/fast-codegen-arm.cc |
=================================================================== |
--- src/arm/fast-codegen-arm.cc (revision 3775) |
+++ src/arm/fast-codegen-arm.cc (working copy) |
@@ -111,6 +111,7 @@ |
// Save the caller's frame pointer and set up our own. |
Comment prologue_cmnt(masm(), ";; Prologue"); |
__ stm(db_w, sp, r1.bit() | cp.bit() | fp.bit() | lr.bit()); |
+ __ add(fp, sp, Operand(2 * kPointerSize)); |
// Note that we keep a live register reference to cp (context) at |
// this point. |