| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 508c62211237f61d7f78198db4730e9848718064..61a1020b165bf77a8e89fe999233e6bbb0bea403 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -694,10 +694,12 @@ class Assembler : public AssemblerBase {
|
| void movb(Register dst, const Operand& src);
|
| void movb(Register dst, Immediate imm);
|
| void movb(const Operand& dst, Register src);
|
| + void movb(const Operand& dst, Immediate imm);
|
|
|
| // Move the low 16 bits of a 64-bit register value to a 16-bit
|
| // memory location.
|
| void movw(const Operand& dst, Register src);
|
| + void movw(const Operand& dst, Immediate imm);
|
|
|
| void movl(Register dst, Register src);
|
| void movl(Register dst, const Operand& src);
|
|
|