Revision: 3522
Author: [email protected]
Date: Mon Dec 28 00:19:23 2009
Log: Land http://codereview.chromium.org/509029 (slightly simplified).
http://code.google.com/p/v8/source/detail?r=3522

Modified:
  /branches/bleeding_edge/src/x64/fast-codegen-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/fast-codegen-x64.cc Tue Dec 22 04:41:45  
2009
+++ /branches/bleeding_edge/src/x64/fast-codegen-x64.cc Mon Dec 28 00:19:23  
2009
@@ -1678,8 +1678,7 @@


  void FastCodeGenerator::StoreToFrameField(int frame_offset, Register  
value) {
-  ASSERT_EQ(POINTER_SIZE_ALIGN(frame_offset),
-            static_cast<intptr_t>(frame_offset));
+  ASSERT_EQ(POINTER_SIZE_ALIGN(frame_offset), frame_offset);
    __ movq(Operand(rbp, frame_offset), value);
  }

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

Reply via email to