diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-11-14 09:24:40 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-11-14 09:24:40 -0800 |
commit | 1c32038e6fb2260eb0f9208082ad7e3e3b23b38f (patch) | |
tree | 8b094846c91b37be937bfa9297568d151bc4a1a4 /68kinst.h | |
parent | bf7cf02cc44f7612e2c065805eafdf11fcd3e2ad (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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -105,7 +105,8 @@ typedef enum { OPSIZE_BYTE=0, OPSIZE_WORD, OPSIZE_LONG, - OPSIZE_INVALID + OPSIZE_INVALID, + OPSIZE_UNSIZED } m68K_opsizes; typedef enum { |