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

Function internalexception

src/newcpu.cpp:2565–2568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2563}
2564
2565static bool internalexception(const int nr)
2566{
2567 return nr == 5 || nr == 6 || nr == 7 || (nr >= 32 && nr <= 47);
2568}
2569
2570static void exception_check_trace (int nr)
2571{

Callers 2

exception_check_traceFunction · 0.85
Exception_cpu_oldpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected