Revision: 9656
Author: [email protected]
Date: Mon Oct 17 04:41:34 2011
Log: Fixing compile error on win64.
[email protected]
BUG=
TEST=
Review URL: http://codereview.chromium.org/8317001
http://code.google.com/p/v8/source/detail?r=9656
Modified:
/branches/bleeding_edge/src/x64/macro-assembler-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/macro-assembler-x64.cc Mon Oct 17
03:44:47 2011
+++ /branches/bleeding_edge/src/x64/macro-assembler-x64.cc Mon Oct 17
04:41:34 2011
@@ -354,8 +354,8 @@
// Clobber clobbered input registers when running with the debug-code
flag
// turned on to provoke errors.
if (emit_debug_code()) {
- movq(value, Immediate(BitCast<int64_t>(kZapValue)));
- movq(index, Immediate(BitCast<int64_t>(kZapValue)));
+ movq(value, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
+ movq(index, BitCast<int64_t>(kZapValue), RelocInfo::NONE);
}
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev