kill some hex
This commit is contained in:
parent
7d5d0dc3c8
commit
27a869869a
|
@ -11,7 +11,7 @@ _primops_s_file:
|
|||
.thunkcode \name
|
||||
# push a thunk for collecting the first arg and set it as continuation
|
||||
thunkto %rsi, $\name\()_fini, $2, %rbp, %rsi
|
||||
enter 0x10(%rbp) # evaluate arg1
|
||||
enter 020(%rbp) # evaluate arg1
|
||||
|
||||
# arg1 -> | ret | cont |
|
||||
.thunkcode \name\()_fini
|
||||
|
@ -41,7 +41,7 @@ _primops_s_file:
|
|||
.thunkcode \name
|
||||
# push a thunk for collecting the first arg and set it as continuation
|
||||
thunkto %rsi, $\name\()_step1, $3, 030(%rbp), %rbp, %rsi
|
||||
enter 0x10(%rbp) # evaluate arg1
|
||||
enter 020(%rbp) # evaluate arg1
|
||||
|
||||
# arg1 -> | arg2 | ret | cont |
|
||||
.thunkcode \name\()_step1
|
||||
|
|
Loading…
Reference in a new issue