summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-01-26 01:33:32 -0800
committerMike Pavone <pavone@retrodev.com>2013-01-26 01:33:32 -0800
commitf441792c084b79a77f677243342ed0cb6336e92d (patch)
tree121516a0064a8ae0537a9628bfa49dc9790b71a6 /68kinst.h
parent85164f4483132a3db4890defa59f6851a0f765fe (diff)
Tweaks to make blastem compatible with m68k-tester
Diffstat (limited to '68kinst.h')
-rw-r--r--68kinst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/68kinst.h b/68kinst.h
index f1aba46..ae2b38f 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -170,7 +170,7 @@ typedef struct {
} params;
} m68k_op_info;
-typedef struct {
+typedef struct m68kinst {
uint8_t op;
uint8_t variant;
union {