Commit 21cdcf34 authored by palfia@homejinni.com's avatar palfia@homejinni.com

MIPS: Add kExpectedFixedArrayInRegisterA2 message.

Port r19244 (08e0afd9)

BUG=
R=mvstanton@chromium.org, plind44@gmail.com

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19263 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 95ad971d
......@@ -5511,7 +5511,7 @@ void ArrayConstructorStub::Generate(MacroAssembler* masm) {
__ LoadRoot(at, Heap::kUndefinedValueRootIndex);
__ Branch(&okay_here, eq, a2, Operand(at));
__ lw(t0, FieldMemOperand(a2, 0));
__ Assert(eq, kExpectedFixedArrayInRegisterR2,
__ Assert(eq, kExpectedFixedArrayInRegisterA2,
t0, Operand(fixed_array_map));
// a3 should be a smi if we don't have undefined in a2
......
......@@ -1146,8 +1146,8 @@ class MaybeObject BASE_EMBEDDED {
V(kExpected0AsASmiSentinel, "Expected 0 as a Smi sentinel") \
V(kExpectedAlignmentMarker, "expected alignment marker") \
V(kExpectedAllocationSite, "expected allocation site") \
V(kExpectedPropertyCellInRegisterA2, \
"Expected property cell in register a2") \
V(kExpectedFixedArrayInRegisterA2, \
"Expected fixed array in register a2") \
V(kExpectedFixedArrayInRegisterEbx, \
"Expected fixed array in register ebx") \
V(kExpectedFixedArrayInRegisterR2, \
......
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