aboutsummaryrefslogtreecommitdiff
path: root/ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'ops.h')
-rw-r--r--ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops.h b/ops.h
index b8b461a..9b2d48b 100644
--- a/ops.h
+++ b/ops.h
@@ -1,6 +1,7 @@
/* arithmetic and bits */
OP(IADD, "add")
OP(ISUB, "sub")
+OP(INEG, "neg")
OP(IDIV, "div")
OP(IMUL, "mul")
OP(IUDIV, "udiv")