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

Function common_setFlags

source/emulation/cpu/common/cpu.cpp:1454–1459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452}
1453
1454void common_setFlags(CPU* cpu, U32 flags, U32 mask) {
1455 if (cpu->lazyFlagType != FLAGS_NONE) {
1456 cpu->fillFlags();
1457 }
1458 cpu->setFlags(flags, mask);
1459}
1460
1461void common_fillFlags(CPU* cpu) {
1462 cpu->fillFlags();

Callers

nothing calls this directly

Calls 2

fillFlagsMethod · 0.45
setFlagsMethod · 0.45

Tested by

no test coverage detected