Chromium Code Reviews| Index: src/mips/macro-assembler-mips.cc |
| diff --git a/src/mips/macro-assembler-mips.cc b/src/mips/macro-assembler-mips.cc |
| index 0d9747b726c25675c5f3475eb3307dc68d27460f..9a19f34a0c9d53f6f2109b31faae4663739baa12 100644 |
| --- a/src/mips/macro-assembler-mips.cc |
| +++ b/src/mips/macro-assembler-mips.cc |
| @@ -4613,7 +4613,7 @@ void MacroAssembler::Prologue(PrologueFrameMode frame_mode) { |
| Operand(reinterpret_cast<uint32_t>(stub->instruction_start()))); |
| Call(t9); |
| // Record the stub address in the empty space for GetCodeAgeAndParity() |
|
Paul Lind
2013/11/05 20:42:09
Nit: add periods to this comment, and the two comm
|
| - dd(reinterpret_cast<uint32_t>(stub->instruction_start())); |
| + emit_code_stub_address(stub); |
| } else { |
| Push(ra, fp, cp, a1); |
| nop(Assembler::CODE_AGE_SEQUENCE_NOP); |