summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/68kinst.h b/68kinst.h
index 6c97b27..03da053 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -105,7 +105,8 @@ typedef enum {
OPSIZE_BYTE=0,
OPSIZE_WORD,
OPSIZE_LONG,
- OPSIZE_INVALID
+ OPSIZE_INVALID,
+ OPSIZE_UNSIZED
} m68K_opsizes;
typedef enum {