Index: src/assembler-arm.h |
=================================================================== |
--- src/assembler-arm.h (revision 338) |
+++ src/assembler-arm.h (working copy) |
@@ -649,6 +649,9 @@ |
return last_position_is_statement_; |
} |
+ // Temporary helper function. Used by codegen.cc. |
+ int last_statement_position() const { return last_position_; } |
+ |
protected: |
int buffer_space() const { return reloc_info_writer.pos() - pc_; } |