summaryrefslogtreecommitdiff
path: root/tnslc/dummy.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-12-30 00:59:44 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-12-30 00:59:44 -0500
commitd49d3c9a13aecada7e33df86dde6a232ae285329 (patch)
tree2eaceef6f57a4b20446575e03cebd038ea2bdb94 /tnslc/dummy.tnsl
parent3b0ad0c84111be433de39b8a74c03db7e99cb686 (diff)
Gen asm to fix registers after a call
Diffstat (limited to 'tnslc/dummy.tnsl')
-rw-r--r--tnslc/dummy.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/dummy.tnsl b/tnslc/dummy.tnsl
index 5421218..e5d1c74 100644
--- a/tnslc/dummy.tnsl
+++ b/tnslc/dummy.tnsl
@@ -6,7 +6,7 @@
test a, b
}
-/; main (uint argc, ~~uint8 argv) [int]
+/; main (uint argc, ~~uint8 argv, v, f, c, d) [int]
# ;~void ptr = _alloc(10)
# ;_delete(ptr)
;return 1