kill some hex

This commit is contained in:
Mirek Kratochvil 2023-08-15 11:11:14 +02:00
parent 7d5d0dc3c8
commit 27a869869a

View file

@ -11,7 +11,7 @@ _primops_s_file:
.thunkcode \name .thunkcode \name
# push a thunk for collecting the first arg and set it as continuation # push a thunk for collecting the first arg and set it as continuation
thunkto %rsi, $\name\()_fini, $2, %rbp, %rsi thunkto %rsi, $\name\()_fini, $2, %rbp, %rsi
enter 0x10(%rbp) # evaluate arg1 enter 020(%rbp) # evaluate arg1
# arg1 -> | ret | cont | # arg1 -> | ret | cont |
.thunkcode \name\()_fini .thunkcode \name\()_fini
@ -41,7 +41,7 @@ _primops_s_file:
.thunkcode \name .thunkcode \name
# push a thunk for collecting the first arg and set it as continuation # push a thunk for collecting the first arg and set it as continuation
thunkto %rsi, $\name\()_step1, $3, 030(%rbp), %rbp, %rsi thunkto %rsi, $\name\()_step1, $3, 030(%rbp), %rbp, %rsi
enter 0x10(%rbp) # evaluate arg1 enter 020(%rbp) # evaluate arg1
# arg1 -> | arg2 | ret | cont | # arg1 -> | arg2 | ret | cont |
.thunkcode \name\()_step1 .thunkcode \name\()_step1