Revision: 21551
Author:   [email protected]
Date:     Wed May 28 08:21:43 2014 UTC
Log:      X87: Fix a typo in below CL

r21515 (6d0ec9a)
Convert ElementsKind into a BitField

BUG=
[email protected]

Review URL: https://codereview.chromium.org/301563008
http://code.google.com/p/v8/source/detail?r=21551

Modified:
 /branches/bleeding_edge/src/x87/code-stubs-x87.cc

=======================================
--- /branches/bleeding_edge/src/x87/code-stubs-x87.cc Tue May 27 13:43:29 2014 UTC +++ /branches/bleeding_edge/src/x87/code-stubs-x87.cc Wed May 28 08:21:43 2014 UTC
@@ -4592,7 +4592,7 @@
   // but the following masking takes care of that anyway.
   __ mov(ecx, FieldOperand(ecx, Map::kBitField2Offset));
   // Retrieve elements_kind from bit field 2.
-  DecodeField<Map::ElementsKindBits>(ecx);
+  __ DecodeField<Map::ElementsKindBits>(ecx);

   if (FLAG_debug_code) {
     Label done;

--
--
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/d/optout.

Reply via email to