diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 11:08:03 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-08-15 11:08:03 +0200 |
| commit | 8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d (patch) | |
| tree | 85e71080a576986c0ba5969c8b0742a7a944244d /apply.s | |
| parent | 2861823b2faa27dd1cdf2ab992513e5a2fd9d2ad (diff) | |
| download | uskel-8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d.tar.gz uskel-8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d.tar.bz2 | |
use .thunkcode for main
Diffstat (limited to 'apply.s')
| -rw-r--r-- | apply.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ .include "include/io.s" .include "include/main_exit.s" -main: +.thunkcode main # make an integer thunkto %r11, $INT_code, $1 |
