Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 3022) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -703,6 +703,8 @@ |
void decq(const Operand& dst); |
void decl(Register dst); |
void decl(const Operand& dst); |
+ void decb(Register dst); |
+ void decb(const Operand& dst); |
// Sign-extends rax into rdx:rax. |
void cqo(); |