| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index dfa1ebcb1909b54ce11dec9a7f59efeed5778389..c64112da8ca23e90e53014aa552c342b3bf0e823 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -698,6 +698,7 @@ class Assembler : public AssemblerBase {
|
|
|
| // Move the low 16 bits of a 64-bit register value to a 16-bit
|
| // memory location.
|
| + void movw(Register dst, const Operand& src);
|
| void movw(const Operand& dst, Register src);
|
| void movw(const Operand& dst, Immediate imm);
|
|
|
|
|