diff src/cpu/x86/vm/relocInfo_x86.hpp @ 344:6aae2f9d0294

Merge
author ysr
date Thu, 12 Jun 2008 13:50:55 -0700
parents c436414a719e
children d1605aabd0a1
line wrap: on
line diff
--- a/src/cpu/x86/vm/relocInfo_x86.hpp	Thu Jun 05 15:57:56 2008 -0700
+++ b/src/cpu/x86/vm/relocInfo_x86.hpp	Thu Jun 12 13:50:55 2008 -0700
@@ -29,5 +29,10 @@
     offset_unit        =  1,
 
     // Encodes Assembler::disp32_operand vs. Assembler::imm32_operand.
+#ifndef AMD64
     format_width       =  1
+#else
+    // vs Assembler::narrow_oop_operand.
+    format_width       =  2
+#endif
   };