Fix EA calculations on 3DNow PREFETCH instruction

This commit is contained in:
SarahW 2019-04-11 20:58:07 +01:00
commit de177759f7

View file

@ -10,7 +10,7 @@ static int opPREFETCH_a16(uint32_t fetchdat)
}
static int opPREFETCH_a32(uint32_t fetchdat)
{
fetch_ea_16(fetchdat);
fetch_ea_32(fetchdat);
ILLEGAL_ON(cpu_mod == 3);
CLOCK_CYCLES(1);