diff 68kinst.h @ 10:4553fc97b15e

Added new OPSIZE for unsized instructions so they can be properly disassembled without making them special cases
author Mike Pavone <pavone@retrodev.com>
date Wed, 14 Nov 2012 09:24:40 -0800
parents 0a0cd3705c19
children 2bdad0f52f42
line wrap: on
line diff
--- a/68kinst.h	Tue Nov 13 18:26:43 2012 -0800
+++ b/68kinst.h	Wed Nov 14 09:24:40 2012 -0800
@@ -105,7 +105,8 @@
 	OPSIZE_BYTE=0,
 	OPSIZE_WORD,
 	OPSIZE_LONG,
-	OPSIZE_INVALID
+	OPSIZE_INVALID,
+	OPSIZE_UNSIZED
 } m68K_opsizes;
 
 typedef enum {