diff options
Diffstat (limited to 'tnslc/compile/codegen.tnsl')
| -rw-r--r-- | tnslc/compile/codegen.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tnslc/compile/codegen.tnsl b/tnslc/compile/codegen.tnsl index dae3764..d30ef37 100644 --- a/tnslc/compile/codegen.tnsl +++ b/tnslc/compile/codegen.tnsl @@ -65,9 +65,9 @@ # var_tests(~buffer) # Write assembly to output file - fout.create() + fout`.create() buffer.write_to(fout) - fout.close() + fout`.close() # Free all structs mod.end() |