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:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user