diff options
author | CircleShift <kgunger12@gmail.com> | 2025-01-28 12:21:58 -0500 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-01-28 12:21:58 -0500 |
commit | 9001965292494a952737c56d26b19221dc0c1904 (patch) | |
tree | 5f7f4ace3cda1779d938219ef096b8aea3942439 /tnslc/compile/outbuf.tnsl | |
parent | 61e1e5ce377719c8e9e437e5ba79ba06fc1de4ba (diff) |
Scope type initial funcs
Diffstat (limited to 'tnslc/compile/outbuf.tnsl')
-rw-r--r-- | tnslc/compile/outbuf.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/outbuf.tnsl b/tnslc/compile/outbuf.tnsl index 7394feb..4197fd9 100644 --- a/tnslc/compile/outbuf.tnsl +++ b/tnslc/compile/outbuf.tnsl @@ -13,7 +13,7 @@ struct OutBuf { ;/ /; write_to_file (~utils.File fout) - fout`.open() + fout`.create() fout`.write_cstr("bits 64\n\0") fout`.write_cstr(self.hsec.as_cstr()) fout`.write_cstr("\nsection .data\n\0") |