Chromium Code Reviews| Index: runtime/vm/intermediate_language_mips.cc |
| =================================================================== |
| --- runtime/vm/intermediate_language_mips.cc (revision 39210) |
| +++ runtime/vm/intermediate_language_mips.cc (working copy) |
| @@ -2321,7 +2321,7 @@ |
| &label, |
| RawPcDescriptors::kOther, |
| locs); |
| - ASSERT(instruction_->locs()->out(0).reg() == R0); |
| + ASSERT(instruction_->locs()->out(0).reg() == V0); |
| compiler->RestoreLiveRegisters(instruction_->locs()); |
| __ b(exit_label()); |
| } |