Mark FINIT as ending a code block. Fixes crash in Armoured Fist II.
This commit is contained in:
parent
fc369826a4
commit
b2e236e720
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ static int opFINIT(uint32_t fetchdat)
|
|||
cpu_state.TOP = 0;
|
||||
cpu_state.ismmx = 0;
|
||||
CLOCK_CYCLES(17);
|
||||
CPU_BLOCK_END();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue