Index: src/mips/ic-mips.cc |
diff --git a/src/mips/ic-mips.cc b/src/mips/ic-mips.cc |
index 98fb2f7b469d40d1bd49f950e4e6c2b54a1c087e..506208055dff865612e0ead2e4c414c712617ccd 100644 |
--- a/src/mips/ic-mips.cc |
+++ b/src/mips/ic-mips.cc |
@@ -1650,12 +1650,10 @@ void PatchInlinedSmiCode(Address address, InlinedSmiCheck check) { |
return; |
} |
-#ifdef DEBUG |
if (FLAG_trace_ic) { |
PrintF("[ patching ic at %p, andi=%p, delta=%d\n", |
address, andi_instruction_address, delta); |
} |
-#endif |
Address patch_address = |
andi_instruction_address - delta * Instruction::kInstrSize; |