mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
fix wrong rbp location in abi.txt
This commit is contained in:
parent
851e0f7d43
commit
64e5dd3421
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user