Mark FINIT as ending a code block. Fixes crash in Armoured Fist II.

This commit is contained in:
SarahW 2019-04-09 22:19:39 +01:00
commit b2e236e720

View file

@ -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;
}