Revision: 2514
Author: [email protected]
Date: Mon Jul 20 13:17:27 2009
Log: X64: Fix compiler complaint
Review URL: http://codereview.chromium.org/159079
http://code.google.com/p/v8/source/detail?r=2514
Modified:
/branches/bleeding_edge/src/x64/disasm-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/disasm-x64.cc Mon Jul 20 07:57:09 2009
+++ /branches/bleeding_edge/src/x64/disasm-x64.cc Mon Jul 20 13:17:27 2009
@@ -1349,7 +1349,7 @@
break;
case 0xA9: {
- int64_t value;
+ int64_t value = 0;
switch (operand_size()) {
case WORD_SIZE:
value = *reinterpret_cast<uint16_t*>(data + 1);
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---