diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-22 02:26:11 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-22 02:26:11 -0400 |
commit | c774776241f7b20ae40b432c11d0d161b75d2e79 (patch) | |
tree | c8dad864d7f0d811231087a25d2c950348bede48 /usr.bin/oasm/emit.c | |
parent | af93dd2857940d2f0a19481f37ccdb25656ae15d (diff) |
oasm: 'osxm64' -> 'osmx64'
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/oasm/emit.c')
-rw-r--r-- | usr.bin/oasm/emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/oasm/emit.c b/usr.bin/oasm/emit.c index 14078dc..80adba9 100644 --- a/usr.bin/oasm/emit.c +++ b/usr.bin/oasm/emit.c @@ -250,7 +250,7 @@ emit_encode_hlt(struct emit_state *state, struct oasm_token *tok) } int -emit_osxm64(struct emit_state *state, struct oasm_token *tp) +emit_osmx64(struct emit_state *state, struct oasm_token *tp) { struct oasm_token *toknew; |