Fixes typo in mips causing test failures.

Review URL: https://codereview.chromium.org//475503002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39216 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
zra@google.com
2014-08-13 19:36:18 +00:00
parent b92dcc79cc
commit f82d4e2b7f
+1 -1
View File
@@ -2321,7 +2321,7 @@ class AllocateContextSlowPath : public SlowPathCode {
&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());
}