| Index: src/mips/assembler-mips.h
|
| ===================================================================
|
| --- src/mips/assembler-mips.h (revision 4451)
|
| +++ src/mips/assembler-mips.h (working copy)
|
| @@ -522,7 +522,9 @@
|
|
|
| int32_t pc_offset() const { return pc_ - buffer_; }
|
| int32_t current_position() const { return current_position_; }
|
| - int32_t current_statement_position() const { return current_position_; }
|
| + int32_t current_statement_position() const {
|
| + return current_statement_position_;
|
| + }
|
|
|
| // Check if there is less than kGap bytes available in the buffer.
|
| // If this is the case, we need to grow the buffer before emitting
|
|
|