Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index 229cc0b7e0c5c6f67657f8f28b70cb931940bb22..2c756580e8dbc80f07101b430b8dae0a46dccb1b 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -600,9 +600,10 @@ void MathExpGenerator::EmitMathExp(MacroAssembler* masm, |
__ bind(&done); |
} |
- |
+#ifdef DEBUG |
// nop(CODE_AGE_MARKER_NOP) |
static const uint32_t kCodeAgePatchFirstInstruction = 0x00010180; |
+#endif |
static byte* GetNoCodeAgeSequence(uint32_t* length) { |
// The sequence of instructions that is patched out for aging code is the |