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

Function common_fillFlags

source/emulation/cpu/common/cpu.cpp:1461–1463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461void common_fillFlags(CPU* cpu) {
1462 cpu->fillFlags();
1463}
1464
1465void common_call(CPU* cpu, U32 big, U32 selector, U32 offset, U32 oldEip) {
1466 cpu->call(big, selector, offset, oldEip);

Callers

nothing calls this directly

Calls 1

fillFlagsMethod · 0.45

Tested by

no test coverage detected