aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-08-15 11:08:03 +0200
committerMirek Kratochvil <exa.exa@gmail.com>2023-08-15 11:08:03 +0200
commit8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d (patch)
tree85e71080a576986c0ba5969c8b0742a7a944244d
parent2861823b2faa27dd1cdf2ab992513e5a2fd9d2ad (diff)
downloaduskel-8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d.tar.gz
uskel-8ec7f1f1caf35e493b7e7eb6ac8159bee1a6610d.tar.bz2
use .thunkcode for main
-rw-r--r--apply.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/apply.s b/apply.s
index 36d268c..458822a 100644
--- a/apply.s
+++ b/apply.s
@@ -6,7 +6,7 @@
.include "include/io.s"
.include "include/main_exit.s"
-main:
+.thunkcode main
# make an integer
thunkto %r11, $INT_code, $1