Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_condition_p
Function
common_condition_p
source/emulation/cpu/common/cpu.cpp:1402–1404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1400
}
1401
1402
U32 common_condition_p(CPU* cpu) {
1403
return cpu->getPF() ? 1 : 0;
1404
}
1405
1406
U32 common_condition_np(CPU* cpu) {
1407
return cpu->getPF() ? 0 : 1;
Callers
nothing calls this directly
Calls
1
getPF
Method · 0.45
Tested by
no test coverage detected