From 1c32038e6fb2260eb0f9208082ad7e3e3b23b38f Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 14 Nov 2012 09:24:40 -0800 Subject: Added new OPSIZE for unsized instructions so they can be properly disassembled without making them special cases --- 68kinst.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '68kinst.h') 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 { -- cgit v1.2.3