summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec/v25instr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/nec/v25instr.c')
-rw-r--r--src/emu/cpu/nec/v25instr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/nec/v25instr.c b/src/emu/cpu/nec/v25instr.c
index 0ead0a9a89b..a18c4a24daa 100644
--- a/src/emu/cpu/nec/v25instr.c
+++ b/src/emu/cpu/nec/v25instr.c
@@ -38,7 +38,7 @@
nec_state->ISPR &= ~tmp; \
break; \
} \
- }
+ }
OP( 0x0f, i_pre_v25 ) { UINT32 ModRM, tmp, tmp2;
switch (FETCH()) {