 Chromium Code Reviews
 Chromium Code Reviews Issue 2961:
  Fix ARM build by adding a dummy last_statement_position() accessor...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 2961:
  Fix ARM build by adding a dummy last_statement_position() accessor...  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| 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_; } |