| Index: src/virtual-frame-ia32.h
|
| diff --git a/src/virtual-frame-ia32.h b/src/virtual-frame-ia32.h
|
| index 6e5497691b9cb1949368936ac22c03251c73ca74..bd7f44d8b5f948161ea5649ece1f7477fb786b0b 100644
|
| --- a/src/virtual-frame-ia32.h
|
| +++ b/src/virtual-frame-ia32.h
|
| @@ -321,7 +321,7 @@ class VirtualFrame : public Malloced {
|
| void EmitPush(Immediate immediate);
|
|
|
| // Push an element on the virtual frame.
|
| - void Push(Register reg);
|
| + void Push(Register reg, StaticType static_type = StaticType());
|
| void Push(Handle<Object> value);
|
| void Push(Smi* value) { Push(Handle<Object>(value)); }
|
|
|
|
|