# | Line 1092 | Line 1092 | unsigned long REGPARAM2 op_illg (uae_u32 | |
---|---|---|
1092 | return 4; | |
1093 | } | |
1094 | ||
1095 | < | printf("Illegal instruction %04x at %08lx\n", opcode, pc); //!! |
1095 | > | write_log ("Illegal instruction: %04x at %08lx\n", opcode, pc); |
1096 | > | |
1097 | if ((opcode & 0xF000) == 0xF000) { | |
1098 | Exception(0xB,0); | |
1099 | return 4; | |
1100 | } | |
1101 | ||
1101 | – | write_log ("Illegal instruction: %04x at %08lx\n", opcode, pc); |
1102 | Exception (4,0); | |
1103 | return 4; | |
1104 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |