| Index: src/arm/assembler-arm.h
|
| ===================================================================
|
| --- src/arm/assembler-arm.h (revision 4451)
|
| +++ src/arm/assembler-arm.h (working copy)
|
| @@ -944,7 +944,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_; }
|
|
|