diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-11 22:30:22 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-11 22:30:22 +0200 |
| commit | 5184299c7dfddeba4d2d2ba95d390040368f9736 (patch) | |
| tree | e3debfdc11073435a5459266d6dcec61b1fc30b1 /include/primops.s | |
| parent | 74cad993376dc269e8389fbf150be9ecc36890c7 (diff) | |
| download | uskel-5184299c7dfddeba4d2d2ba95d390040368f9736.tar.gz uskel-5184299c7dfddeba4d2d2ba95d390040368f9736.tar.bz2 | |
ap aps
Diffstat (limited to 'include/primops.s')
| -rw-r--r-- | include/primops.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/primops.s b/include/primops.s index bcb835f..f019bca 100644 --- a/include/primops.s +++ b/include/primops.s @@ -10,7 +10,7 @@ _primops_s_file: # push a thunk for finishing the plus push %rsi # cont push %rbp # ret (self) - pushq 030(%rbp) + pushq 030(%rbp) # arg2 pushq $3 pushq $\name\()_step1 |
