Chromium Code Reviews| Index: src/codegen.h |
| =================================================================== |
| --- src/codegen.h (revision 1961) |
| +++ src/codegen.h (working copy) |
| @@ -122,6 +122,7 @@ |
| // results). This is optional, but should be done before branching |
| // or jumping to the deferred code. |
| inline void SetEntryFrame(Result* arg); |
| + inline void SetEntryFrame(Result* arg0, Result* arg1); |
| JumpTarget* enter() { return &enter_; } |