Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 3576) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -415,7 +415,11 @@ |
void Cmp(Register dst, Handle<Object> source); |
void Cmp(const Operand& dst, Handle<Object> source); |
void Push(Handle<Object> source); |
+ |
+ // Emit code to discard a non-negative number of pointer-sized elements |
+ // from the stack, clobbering only the rsp register. |
void Drop(int stack_elements); |
+ |
void Call(Label* target) { call(target); } |
// Control Flow |