Chromium Code Reviews| Index: src/x64/macro-assembler-x64.h |
| =================================================================== |
| --- src/x64/macro-assembler-x64.h (revision 3531) |
| +++ src/x64/macro-assembler-x64.h (working copy) |
| @@ -38,6 +38,9 @@ |
| // function calling convention. |
| static const Register kScratchRegister = r10; |
| +// Convenience for platform-independent signatures. |
| +typedef Operand MemOperand; |
| + |
| // Forward declaration. |
| class JumpTarget; |