| 1454 | } |
| 1455 | |
| 1456 | void exception2_fetch_opcode(uae_u32 opcode, int offset, int pcoffset) |
| 1457 | { |
| 1458 | exception2_fetch_common(opcode, offset); |
| 1459 | if (currprefs.cpu_model == 68010) { |
| 1460 | test_exception_3_di = -1; |
| 1461 | } |
| 1462 | regs.pc = test_exception_addr; |
| 1463 | regs.pc += pcoffset; |
| 1464 | doexcstack(); |
| 1465 | } |
| 1466 | |
| 1467 | void exception2_read(uae_u32 opcode, uaecptr addr, int size, int fc) |
| 1468 | { |
nothing calls this directly
no test coverage detected