| 1446 | } |
| 1447 | |
| 1448 | void exception2_fetch(uae_u32 opcode, int offset, int pcoffset) |
| 1449 | { |
| 1450 | exception2_fetch_common(opcode, offset); |
| 1451 | regs.pc = test_exception_addr; |
| 1452 | regs.pc += pcoffset; |
| 1453 | doexcstack(); |
| 1454 | } |
| 1455 | |
| 1456 | void exception2_fetch_opcode(uae_u32 opcode, int offset, int pcoffset) |
| 1457 | { |
nothing calls this directly
no test coverage detected