summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/oasm/parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/oasm/parse.c b/usr.bin/oasm/parse.c
index 45c697a..7c5b94c 100644
--- a/usr.bin/oasm/parse.c
+++ b/usr.bin/oasm/parse.c
@@ -44,6 +44,7 @@ static const char *tokstr[] = {
[ TT_INC ] = "inc",
[ TT_DEC ] = "dec",
[ TT_MOV ] = "mov",
+ [ TT_IMM ] = "<imm>",
/* X<n> registers */
[ TT_X0 ] = "x0",