diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 11:11:14 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 11:12:10 +0200 |
| commit | 27a869869a20047bc1798a16bf87b3b4970c5f2d (patch) | |
| tree | 2f7c5c821dc8b32bafa03b1885577675b92c6e15 /include | |
| parent | 7d5d0dc3c8e7b4de06461df73791874321d1db06 (diff) | |
| download | uskel-27a869869a20047bc1798a16bf87b3b4970c5f2d.tar.gz uskel-27a869869a20047bc1798a16bf87b3b4970c5f2d.tar.bz2 | |
kill some hex
Diffstat (limited to 'include')
| -rw-r--r-- | include/primops.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/primops.s b/include/primops.s index ec3c79c..f532144 100644 --- a/include/primops.s +++ b/include/primops.s @@ -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 |
