Revision: 17851
Author:   [email protected]
Date:     Mon Nov 18 20:51:30 2013 UTC
Log: MIPS: Match max property descriptor length to corresponding bit fields.

Port r17823 (b1b8ae0)

BUG=v8:3010
LOG=N
[email protected]

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

Patch from Balazs Kilvady <[email protected]>.
http://code.google.com/p/v8/source/detail?r=17851

Modified:
 /branches/bleeding_edge/src/mips/macro-assembler-mips.cc

=======================================
--- /branches/bleeding_edge/src/mips/macro-assembler-mips.cc Fri Nov 15 21:12:51 2013 UTC +++ /branches/bleeding_edge/src/mips/macro-assembler-mips.cc Mon Nov 18 20:51:30 2013 UTC
@@ -5461,7 +5461,8 @@
   lw(a1, FieldMemOperand(a2, HeapObject::kMapOffset));

   EnumLength(a3, a1);
- Branch(call_runtime, eq, a3, Operand(Smi::FromInt(Map::kInvalidEnumCache)));
+  Branch(
+ call_runtime, eq, a3, Operand(Smi::FromInt(kInvalidEnumCacheSentinel)));

   jmp(&start);

--
--
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.

Reply via email to