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

Method removeOF

source/emulation/cpu/common/cpu.cpp:1061–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061void CPU::removeOF() {
1062#ifdef _DEBUG
1063 if (this->lazyFlagType !=FLAGS_NONE) {
1064 kpanic("CPU::fillFlags must be called before CPU::removeOF");
1065 }
1066#endif
1067 this->flags&=~OF;
1068}
1069
1070U32 CPU::pop32() {
1071 U32 val = memory->readd(this->seg[SS].address + (THIS_ESP & this->stackMask));

Callers 4

aaaFunction · 0.80
aasFunction · 0.80
aadFunction · 0.80
aamFunction · 0.80

Calls 1

kpanicFunction · 0.85

Tested by

no test coverage detected