Revision: 23362
Author:   [email protected]
Date:     Mon Aug 25 14:44:06 2014 UTC
Log:      Use correct BitField arguments in CEntryStub.

[email protected]

Review URL: https://codereview.chromium.org/494543003
https://code.google.com/p/v8/source/detail?r=23362

Modified:
 /branches/bleeding_edge/src/code-stubs.h

=======================================
--- /branches/bleeding_edge/src/code-stubs.h    Mon Aug 25 13:47:14 2014 UTC
+++ /branches/bleeding_edge/src/code-stubs.h    Mon Aug 25 14:44:06 2014 UTC
@@ -1491,7 +1491,7 @@
   bool NeedsImmovableCode();

   class SaveDoublesBits : public BitField<bool, 0, 1> {};
-  class ResultSizeBits : public BitField<int, 3, 1> {};
+  class ResultSizeBits : public BitField<int, 1, 3> {};
 };


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