Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 6136) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -536,6 +536,8 @@ |
// The debug break slot must be able to contain a call instruction. |
static const int kDebugBreakSlotLength = kCallInstructionLength; |
+ // One byte opcode for test eax,0xXXXXXXXX. |
+ static const byte kTestEaxByte = 0xA9; |
// --------------------------------------------------------------------------- |
// Code generation |