summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/apexc/apexcdsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/apexc/apexcdsm.c')
-rw-r--r--src/emu/cpu/apexc/apexcdsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/apexc/apexcdsm.c b/src/emu/cpu/apexc/apexcdsm.c
index fcc5650bffa..25a48f8a531 100644
--- a/src/emu/cpu/apexc/apexcdsm.c
+++ b/src/emu/cpu/apexc/apexcdsm.c
@@ -63,7 +63,7 @@
*/
enum format_type {branch, shiftl, shiftr, multiply, store, swap, one_address, two_address};
-struct instr_desc
+struct instr_desc
{
const char *mnemonic;
format_type format; /* -> X and Y are format */