Chromium Code Reviews| Index: src/x64/macro-assembler-x64.h |
| =================================================================== |
| --- src/x64/macro-assembler-x64.h (revision 2261) |
| +++ src/x64/macro-assembler-x64.h (working copy) |
| @@ -172,6 +172,7 @@ |
| void Move(Register dst, Handle<Object> source); |
| void Move(const Operand& dst, Handle<Object> source); |
| void Cmp(Register dst, Handle<Object> source); |
| + void Cmp(const Operand& dst, Handle<Object> source); |
| void Push(Handle<Object> source); |
| // Control Flow |