| Index: src/x64/virtual-frame-x64.h
|
| diff --git a/src/x64/virtual-frame-x64.h b/src/x64/virtual-frame-x64.h
|
| index 006148d7d47b71fcb09d52a89628f13ddd332e9a..e4923050792bccd23b04a25dc709e9708c4d4020 100644
|
| --- a/src/x64/virtual-frame-x64.h
|
| +++ b/src/x64/virtual-frame-x64.h
|
| @@ -377,6 +377,7 @@ class VirtualFrame : public ZoneObject {
|
| void EmitPush(const Operand& operand);
|
| void EmitPush(Heap::RootListIndex index);
|
| void EmitPush(Immediate immediate);
|
| + void EmitPush(Smi* value);
|
| // Uses kScratchRegister, emits appropriate relocation info.
|
| void EmitPush(Handle<Object> value);
|
|
|
|
|