Index: runtime/vm/simulator_mips.cc |
=================================================================== |
--- runtime/vm/simulator_mips.cc (revision 24343) |
+++ runtime/vm/simulator_mips.cc (working copy) |
@@ -2193,7 +2193,7 @@ |
set_pc(static_cast<int32_t>(pc)); |
set_register(SP, static_cast<int32_t>(sp)); |
set_register(FP, static_cast<int32_t>(fp)); |
- ASSERT(raw_exception != NULL); |
+ |
set_register(kExceptionObjectReg, bit_cast<int32_t>(raw_exception)); |
if (raw_stacktrace != NULL) { |
set_register(kStackTraceObjectReg, bit_cast<int32_t>(raw_stacktrace)); |