Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index e611c8ae27999a9520d0aa07bfa050b51a0bb831..3455817c5d255f1b3a59296be308017e5588cffe 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -823,6 +823,8 @@ class MacroAssembler: public Assembler { |
void Drop(int stack_elements); |
void Call(Label* target) { call(target); } |
+ void PushReturnAddressFrom(Register src) { push(src); } |
+ void PopReturnAddressTo(Register dst) { pop(dst); } |
// Control Flow |
void Jump(Address destination, RelocInfo::Mode rmode); |