summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-22 02:26:11 -0400
committerIan Moffett <ian@osmora.org>2025-07-22 02:26:11 -0400
commitc774776241f7b20ae40b432c11d0d161b75d2e79 (patch)
treec8dad864d7f0d811231087a25d2c950348bede48 /usr.bin/oasm/include
parentaf93dd2857940d2f0a19481f37ccdb25656ae15d (diff)
oasm: 'osxm64' -> 'osmx64'
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oasm/include')
-rw-r--r--usr.bin/oasm/include/oasm/emit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/oasm/include/oasm/emit.h b/usr.bin/oasm/include/oasm/emit.h
index b0a2fd1..d289adb 100644
--- a/usr.bin/oasm/include/oasm/emit.h
+++ b/usr.bin/oasm/include/oasm/emit.h
@@ -108,6 +108,6 @@ struct emit_state {
int emit_init(struct emit_state *state);
int emit_destroy(struct emit_state *state);
int emit_process(struct oasm_state *oasm, struct emit_state *emit);
-int emit_osxm64(struct emit_state *state, struct oasm_token *tp);
+int emit_osmx64(struct emit_state *state, struct oasm_token *tp);
#endif /* !_EMIT_H_ */