Revision: 19263
Author: [email protected]
Date: Tue Feb 11 09:27:01 2014 UTC
Log: MIPS: Add kExpectedFixedArrayInRegisterA2 message.
Port r19244 (08e0afd9)
BUG=
[email protected], [email protected]
Review URL: https://codereview.chromium.org/159423003
http://code.google.com/p/v8/source/detail?r=19263
Modified:
/branches/bleeding_edge/src/mips/code-stubs-mips.cc
/branches/bleeding_edge/src/objects.h
=======================================
--- /branches/bleeding_edge/src/mips/code-stubs-mips.cc Tue Feb 11 02:48:57
2014 UTC
+++ /branches/bleeding_edge/src/mips/code-stubs-mips.cc Tue Feb 11 09:27:01
2014 UTC
@@ -5511,7 +5511,7 @@
__ 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
=======================================
--- /branches/bleeding_edge/src/objects.h Mon Feb 10 21:38:17 2014 UTC
+++ /branches/bleeding_edge/src/objects.h Tue Feb 11 09:27:01 2014 UTC
@@ -1146,8 +1146,8 @@
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,
\
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.