diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-12-03 03:42:31 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-12-03 03:42:31 -0500 |
commit | a63d1579b07dff89e0e1e539f8265cd3ca0d74a6 (patch) | |
tree | d8efe279dcef267a653e18d590c51c4dde3520fe /tnslc/compile/compile.tnsl | |
parent | 5de508f5856443e7f509e07698b57c4b7df2435b (diff) |
Fix .qword -> .quad
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r-- | tnslc/compile/compile.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index 4862342..7dccd17 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -144,7 +144,7 @@ ;/ /; construct_offset_value (int offset) [{}charp] - ;{}charp out = ".qword " + ;{}charp out = ".quad " ;{}charp tmp = string_from_int(offset) ;add_strings(~out, ~tmp) ;return out |