Fix EA calculations on 3DNow PREFETCH instruction
This commit is contained in:
parent
e2cddb8759
commit
de177759f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue