Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 2993) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -56,6 +56,7 @@ |
void LoadRoot(Register destination, Heap::RootListIndex index); |
void CompareRoot(Register with, Heap::RootListIndex index); |
+ void CompareRoot(Operand with, Heap::RootListIndex index); |
void PushRoot(Heap::RootListIndex index); |
// --------------------------------------------------------------------------- |