Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 3206) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -144,6 +144,9 @@ |
// cp: callee's context |
void CodeGenerator::GenCode(FunctionLiteral* fun) { |
+ // Record the position for debugging purposes. |
+ CodeForFunctionPosition(fun); |
+ |
ZoneList<Statement*>* body = fun->body(); |
// Initialize state. |