MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / exception2_fetch

Function exception2_fetch

src/cputest.cpp:1448–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1446}
1447
1448void 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
1456void exception2_fetch_opcode(uae_u32 opcode, int offset, int pcoffset)
1457{

Callers

nothing calls this directly

Calls 2

doexcstackFunction · 0.85
exception2_fetch_commonFunction · 0.70

Tested by

no test coverage detected