| Index: src/arm/assembler-thumb2.h
 | 
| ===================================================================
 | 
| --- src/arm/assembler-thumb2.h	(revision 4451)
 | 
| +++ src/arm/assembler-thumb2.h	(working copy)
 | 
| @@ -898,7 +898,7 @@
 | 
|  
 | 
|    int pc_offset() const { return pc_ - buffer_; }
 | 
|    int current_position() const { return current_position_; }
 | 
| -  int current_statement_position() const { return current_position_; }
 | 
| +  int current_statement_position() const { return current_statement_position_; }
 | 
|  
 | 
|   protected:
 | 
|    int buffer_space() const { return reloc_info_writer.pos() - pc_; }
 | 
| 
 |