Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| =================================================================== |
| --- runtime/vm/assembler_x64.h (revision 37230) |
| +++ runtime/vm/assembler_x64.h (working copy) |
| @@ -350,6 +350,7 @@ |
| void movl(Register dst, const Immediate& imm); |
| void movl(Register dst, const Address& src); |
| void movl(const Address& dst, Register src); |
| + void movl(const Address& dst, const Immediate& imm); |
| void movzxb(Register dst, Register src); |
| void movzxb(Register dst, const Address& src); |