Change to src/x64/assembler-x64.h missing from r3740

TBR=lrn@chromium.org

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3741 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
sgjesse@chromium.org 2010-01-29 10:56:26 +00:00
parent 8ced9b99be
commit 0528427a1b

View File

@ -745,6 +745,9 @@ class Assembler : public Malloced {
arithmetic_op_32(0x23, dst, src);
}
void andb(Register dst, Immediate src) {
immediate_arithmetic_op_8(0x4, dst, src);
}
void decq(Register dst);
void decq(const Operand& dst);