Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1461
void common_fillFlags(CPU* cpu) {
1462
cpu->fillFlags();
1463
}
1464
1465
void 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
fillFlags
Method · 0.45
Tested by
no test coverage detected