summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/include
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/oasm/include')
-rw-r--r--usr.bin/oasm/include/oasm/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/oasm/include/oasm/lex.h b/usr.bin/oasm/include/oasm/lex.h
index 69e98ff..c542c72 100644
--- a/usr.bin/oasm/include/oasm/lex.h
+++ b/usr.bin/oasm/include/oasm/lex.h
@@ -104,6 +104,7 @@ typedef enum {
TT_MROD, /* 'mrod' */
TT_MROQ, /* 'mroq' */
TT_AND, /* 'and' */
+ TT_OR, /* 'or' */
/* Register ops */
TT_MOV, /* 'mov' */