summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-11-14 09:24:40 -0800
committerMike Pavone <pavone@retrodev.com>2012-11-14 09:24:40 -0800
commit1c32038e6fb2260eb0f9208082ad7e3e3b23b38f (patch)
tree8b094846c91b37be937bfa9297568d151bc4a1a4 /68kinst.h
parentbf7cf02cc44f7612e2c065805eafdf11fcd3e2ad (diff)
Added new OPSIZE for unsized instructions so they can be properly disassembled without making them special cases
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 {