summaryrefslogtreecommitdiff
path: root/tnslc/compile
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-12-03 03:42:31 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-12-03 03:42:31 -0500
commita63d1579b07dff89e0e1e539f8265cd3ca0d74a6 (patch)
treed8efe279dcef267a653e18d590c51c4dde3520fe /tnslc/compile
parent5de508f5856443e7f509e07698b57c4b7df2435b (diff)
Fix .qword -> .quad
Diffstat (limited to 'tnslc/compile')
-rw-r--r--tnslc/compile/compile.tnsl2
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