Index: src/codegen-ia32.cc |
=================================================================== |
--- src/codegen-ia32.cc (revision 546) |
+++ src/codegen-ia32.cc (working copy) |
@@ -4961,7 +4961,7 @@ |
#ifdef DEBUG |
if (FLAG_gc_greedy) { |
- Failure* failure = Failure::RetryAfterGC(0, NEW_SPACE); |
+ Failure* failure = Failure::RetryAfterGC(0); |
__ mov(Operand(eax), Immediate(reinterpret_cast<int32_t>(failure))); |
} |
GenerateCore(masm, &throw_normal_exception, |