mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
get a chance to see some illegal instruction variants if we ever come to
encounter them.
This commit is contained in:
parent
19053d4992
commit
c464b19f06
@ -983,6 +983,7 @@ void comp_fpp_opp (uae_u32 opcode, uae_u16 extra)
|
||||
}
|
||||
ad=get_fp_ad (opcode, &ad);
|
||||
if (ad<0) {
|
||||
abort();
|
||||
m68k_setpc (m68k_getpc () - 4);
|
||||
fpuop_illg (opcode,extra);
|
||||
return;
|
||||
@ -1055,6 +1056,7 @@ void comp_fpp_opp (uae_u32 opcode, uae_u16 extra)
|
||||
}
|
||||
ad=get_fp_ad (opcode, &ad);
|
||||
if (ad<0) {
|
||||
abort();
|
||||
m68k_setpc (m68k_getpc () - 4);
|
||||
write_log("no ad\n");
|
||||
fpuop_illg (opcode,extra);
|
||||
|
Loading…
Reference in New Issue
Block a user