Index: src/macro-assembler-ia32.h |
=================================================================== |
--- src/macro-assembler-ia32.h (revision 361) |
+++ src/macro-assembler-ia32.h (working copy) |
@@ -98,7 +98,7 @@ |
// Leave the current exit frame. Expects the return value in |
// register eax:edx (untouched) and the pointer to the first |
// argument in register esi. |
- void LeaveExitFrame(); |
+ void LeaveExitFrame(StackFrame::Type type); |
// --------------------------------------------------------------------------- |