summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opnames.h b/opnames.h
index 8b6a39a161..fd86d2a827 100644
--- a/opnames.h
+++ b/opnames.h
@@ -392,6 +392,7 @@ typedef enum opcode {
} opcode;
#define MAXO 374
+#define OP_FREED MAXO
/* the OP_IS_* macros are optimized to a simple range check because
all the member OPs are contiguous in regen/opcodes table.