summary refs log tree commit diff
path: root/tools/lexh.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lexh.c')
-rw-r--r--tools/lexh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lexh.c b/tools/lexh.c
index 2ebb022..3c5ae24 100644
--- a/tools/lexh.c
+++ b/tools/lexh.c
@@ -8,7 +8,7 @@
 
 char *tok[] = {
 
-	"add", "sub", "div", "rem", "udiv", "urem", "mul",
+	"add", "sub", "neg", "div", "rem", "udiv", "urem", "mul",
 	"and", "or", "xor", "sar", "shr", "shl", "stored",
 	"stores", "storel", "storew", "storeh", "storeb",
 	"load", "loadsw", "loaduw", "loadsh", "loaduh",