| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 1043)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -189,7 +189,10 @@
|
|
|
| bool has_valid_frame() const { return frame_ != NULL; }
|
|
|
| - void SetFrame(VirtualFrame* frame);
|
| + // Set the virtual frame to be new_frame, with non-frame register
|
| + // reference counts given by non_frame_registers. The non-frame register
|
| + // reference counts of the old frame are returned in non_frame_registers.
|
| + void SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers);
|
|
|
| void DeleteFrame();
|
|
|
|
|