summaryrefslogtreecommitdiff
path: root/tnslc/compile/codegen.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/codegen.tnsl')
-rw-r--r--tnslc/compile/codegen.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl
index 636f16b..dae3764 100644
--- a/tnslc/compile/codegen.tnsl
+++ b/tnslc/compile/codegen.tnsl
@@ -117,6 +117,6 @@
_gen_prim(m, 8, "uint\0")
_gen_prim(m, 8, "int\0")
_gen_prim(m, 8, "float\0")
- _gen_prim(m, 8, "void\0")
+ _gen_prim(m, 1, "void\0")
;/