Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index c597783b5e0d323060b8f896e3da25c529691fc0..856007ee38f46b230699b70daca665d7c9dbb181 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -565,6 +565,8 @@ class Assembler : public Malloced { |
// One byte opcode for test eax,0xXXXXXXXX. |
static const byte kTestEaxByte = 0xA9; |
+ // One byte opcode for test al, 0xXX. |
+ static const byte kTestAlByte = 0xA8; |
// --------------------------------------------------------------------------- |
// Code generation |