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:
parent
8ced9b99be
commit
0528427a1b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user