diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 10:58:31 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-09 10:58:31 -0500 |
commit | 64e5dd3421dade2ead540572fc0d945ade1f02bb (patch) | |
tree | 13967ecfe91edd0865b14e8a9539be1c058c95a8 /doc | |
parent | 851e0f7d430ed716db06dbcb6cc2aaab753b3f85 (diff) | |
download | roux-64e5dd3421dade2ead540572fc0d945ade1f02bb.tar.gz |
fix wrong rbp location in abi.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/abi.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/abi.txt b/doc/abi.txt index 02e2877..91b729e 100644 --- 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 |