shorter
This commit is contained in:
parent
9209d53449
commit
32d71ef9f2
4
fibs.s
4
fibs.s
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue