Index: src/codegen-ia32.cc |
=================================================================== |
--- src/codegen-ia32.cc (revision 688) |
+++ src/codegen-ia32.cc (working copy) |
@@ -5046,7 +5046,7 @@ |
// exception field in the JSEnv and return a failure sentinel. |
ExternalReference pending_exception(Top::k_pending_exception_address); |
__ mov(Operand::StaticVariable(pending_exception), eax); |
- __ mov(eax, Handle<Failure>(Failure::Exception())); |
+ __ mov(eax, reinterpret_cast<int32_t>(Failure::Exception())); |
__ jmp(&exit); |
// Invoke: Link this frame into the handler chain. |