commit 64e5dd3421dade2ead540572fc0d945ade1f02bb parent 851e0f7d430ed716db06dbcb6cc2aaab753b3f85 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Wed, 9 Mar 2016 10:58:31 -0500 fix wrong rbp location in abi.txt Diffstat:
| M | doc/abi.txt | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/abi.txt b/doc/abi.txt @@ -98,10 +98,10 @@ g() to f(). | |xxxxxxxxxxxxx| / | +-------------+ -> 0 mod 16 | | ret addr | - +-------------+ -> f()'s %rbp + +-------------+ | saved %rbp | - +-------------+ -> 0 mod 16 - | f() locals | + +-------------+ -> f()'s %rbp + | f() locals | 0 mod 16 | ... | -> %rsp