Commit 1d177c00 authored by palfia@homejinni.com's avatar palfia@homejinni.com

MIPS: Fix debug mode test failures.

This commit fixes a couple of debug mode test failures,
which were introduced by commit 14600.

TEST=mjsunit/mirror-number,mjsunit/mirror-object

BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14699 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 0ed68190
......@@ -621,7 +621,6 @@ void StubCompiler::GenerateStoreTransition(MacroAssembler* masm,
} else {
ASSERT(storage_reg.is(name_reg));
}
__ mov(name_reg, value_reg);
__ RecordWriteField(scratch1,
offset,
name_reg,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment