Chromium Code Reviews| Index: src/arm/fast-codegen-arm.cc |
| =================================================================== |
| --- src/arm/fast-codegen-arm.cc (revision 3206) |
| +++ src/arm/fast-codegen-arm.cc (working copy) |
| @@ -52,7 +52,7 @@ |
| // frames-arm.h for its layout. |
| void FastCodeGenerator::Generate(FunctionLiteral* fun) { |
| function_ = fun; |
| - // ARM does NOT call SetFunctionPosition. |
| + SetFunctionPosition(fun); |
| __ stm(db_w, sp, r1.bit() | cp.bit() | fp.bit() | lr.bit()); |
| // Adjust fp to point to caller's fp. |