MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / common_prepareException

Function common_prepareException

source/emulation/cpu/common/cpu.cpp:1354–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352#endif
1353
1354void common_prepareException(CPU* cpu, int code, int error) {
1355 cpu->prepareException(code, error);
1356}
1357
1358U32 common_getCF(CPU* cpu) {
1359 return cpu->getCF() ? 1 : 0;

Callers

nothing calls this directly

Calls 1

prepareExceptionMethod · 0.80

Tested by

no test coverage detected