Revision: 9616
Author:   [email protected]
Date:     Fri Oct 14 00:08:20 2011
Log:      MIPS: fix build breakage due to r9607, faster slow asserts.

BUG=
TEST=

Review URL: http://codereview.chromium.org/8283025
Patch from Paul Lind <[email protected]>.
http://code.google.com/p/v8/source/detail?r=9616

Modified:
 /branches/bleeding_edge/src/mips/code-stubs-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Thu Oct 13 01:00:10 2011 +++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Fri Oct 14 00:08:20 2011
@@ -6889,7 +6889,7 @@
   // The saved ra is after the reserved stack space for the 4 args.
   __ lw(t9, MemOperand(sp, kCArgsSlotsSize));

-  if (FLAG_debug_code && EnableSlowAsserts()) {
+  if (FLAG_debug_code && FLAG_enable_slow_asserts) {
     // In case of an error the return address may point to a memory area
     // filled with kZapValue by the GC.
     // Dereference the address and check for this.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to