Revision: 9717
Author:   [email protected]
Date:     Thu Oct 20 03:07:54 2011
Log:      Fix x64 and ARM builds.

[email protected]
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/8358001
http://code.google.com/p/v8/source/detail?r=9717

Modified:
 /branches/bleeding_edge/src/arm/code-stubs-arm.cc
 /branches/bleeding_edge/src/x64/code-stubs-x64.cc

=======================================
--- /branches/bleeding_edge/src/arm/code-stubs-arm.cc Wed Oct 19 05:15:15 2011 +++ /branches/bleeding_edge/src/arm/code-stubs-arm.cc Thu Oct 20 03:07:54 2011
@@ -7180,7 +7180,9 @@
 }


-void FastElementsConversionStub::GenerateSmiOnlyToObject(MacroAssembler* masm) {
+void FastElementsConversionStub::GenerateSmiOnlyToObject(
+    MacroAssembler* masm,
+    StrictModeFlag strict_mode) {
   // ----------- S t a t e -------------
   //  -- r0    : value
   //  -- r1    : key
=======================================
--- /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Oct 19 04:36:55 2011 +++ /branches/bleeding_edge/src/x64/code-stubs-x64.cc Thu Oct 20 03:07:54 2011
@@ -5942,7 +5942,9 @@
 }


-void FastElementsConversionStub::GenerateSmiOnlyToObject(MacroAssembler* masm) {
+void FastElementsConversionStub::GenerateSmiOnlyToObject(
+    MacroAssembler* masm,
+    StrictModeFlag strict_mode) {
   // ----------- S t a t e -------------
   //  -- rax    : value
   //  -- rbx    : target map

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to