This commit is contained in:
Mirek Kratochvil 2023-10-29 23:04:01 +01:00
parent 9209d53449
commit 32d71ef9f2

4
fibs.s
View file

@ -30,8 +30,8 @@
.thunkcode fibs0 .thunkcode fibs0
thunkto %r12, $INT_code, $1 thunkto %r12, $INT_code, $1
thunkto %r11, $INT_code, $0 thunkto %r11, $INT_code, $0
thunkto %rbp, $fibs, $2, %r11, %r12 thunk $fibs, $2, %r11, %r12
enter_rbp enter %rsp
.thunkcode main .thunkcode main
thunkto %r12, $fibs0, $0 thunkto %r12, $fibs0, $0