Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 12237) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -1328,6 +1328,8 @@ |
// modified. It may be the "smi 1 constant" register. |
Register GetSmiConstant(Smi* value); |
+ intptr_t RootRegisterDelta(ExternalReference other); |
+ |
// Moves the smi value to the destination register. |
void LoadSmiConstant(Register dst, Smi* value); |