From 9001965292494a952737c56d26b19221dc0c1904 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Tue, 28 Jan 2025 12:21:58 -0500 Subject: Scope type initial funcs --- tnslc/compile/outbuf.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/outbuf.tnsl') 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") -- cgit v1.2.3