Revision: 6331
Author: [email protected]
Date: Fri Jan 14 07:24:41 2011
Log: Fix compilation failure on ia32 and x64.

TBR=ager

BUG=
TEST=

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

Modified:
 /branches/bleeding_edge/src/frames.cc

=======================================
--- /branches/bleeding_edge/src/frames.cc       Fri Jan 14 07:08:44 2011
+++ /branches/bleeding_edge/src/frames.cc       Fri Jan 14 07:24:41 2011
@@ -555,7 +555,7 @@
   }

   if (safepoint_entry.has_doubles()) {
-    parameters_base += DwVfpRegister::kNumAllocatableRegisters *
+    parameters_base += DoubleRegister::kNumAllocatableRegisters *
         kDoubleSize / kPointerSize;
   }

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

Reply via email to