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

Method addCF

source/emulation/cpu/common/cpu.cpp:1016–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016void CPU::addCF() {
1017#ifdef _DEBUG
1018 if (this->lazyFlagType !=FLAGS_NONE) {
1019 kpanic("CPU::fillFlags must be called before CPU::addCF");
1020 }
1021#endif
1022 this->flags|=CF;
1023}
1024
1025void CPU::removeCF() {
1026#ifdef _DEBUG

Callers 5

normal_stcFunction · 0.80
daaFunction · 0.80
dasFunction · 0.80
aaaFunction · 0.80
aasFunction · 0.80

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected