Index: src/ia32/macro-assembler-ia32.h |
=================================================================== |
--- src/ia32/macro-assembler-ia32.h (revision 3576) |
+++ src/ia32/macro-assembler-ia32.h (working copy) |
@@ -368,6 +368,8 @@ |
void Ret(); |
+ // Emit code to discard a non-negative number of pointer-sized elements |
+ // from the stack, clobbering only the esp register. |
void Drop(int element_count); |
void Call(Label* target) { call(target); } |