diff 68kinst.h @ 208:3457dc6fd558

Tweaks to make blastem compatible with m68k-tester
author Mike Pavone <pavone@retrodev.com>
date Sat, 26 Jan 2013 01:33:32 -0800
parents ab50421b1b7a
children 28a6697e847b
line wrap: on
line diff
--- a/68kinst.h	Fri Jan 25 18:39:22 2013 -0800
+++ b/68kinst.h	Sat Jan 26 01:33:32 2013 -0800
@@ -170,7 +170,7 @@
 	} params;
 } m68k_op_info;
 
-typedef struct {
+typedef struct m68kinst {
 	uint8_t op;
 	uint8_t variant;
 	union {