Index: src/x64/assembler-x64.cc |
=================================================================== |
--- src/x64/assembler-x64.cc (revision 2222) |
+++ src/x64/assembler-x64.cc (working copy) |
@@ -1021,7 +1021,7 @@ |
last_pc_ = pc_; |
ASSERT(!Heap::InNewSpace(*value)); |
emit_rex_64(dst); |
- emit(0xB8 | dst.code() & 0x7); |
+ emit(0xB8 | (dst.code() & 0x7)); |
if (value->IsHeapObject()) { |
emitq(reinterpret_cast<uintptr_t>(value.location()), mode); |
} else { |