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

Function exception_cpu

src/gencpu.cpp:5029–5036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5027}
5028
5029static void exception_cpu(const char *s)
5030{
5031 if (need_exception_oldpc) {
5032 out("Exception_cpu_oldpc(%s,oldpc);\n", s);
5033 } else {
5034 out("Exception_cpu(%s);\n", s);
5035 }
5036}
5037static void exception_oldpc(void)
5038{
5039 if (need_exception_oldpc) {

Callers 1

gen_opcodeFunction · 0.85

Calls 1

outFunction · 0.85

Tested by

no test coverage detected