Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ BTCpuGetBopCode
Function
BTCpuGetBopCode
Source/Windows/WOW64/Module.cpp:683–685 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
}
682
683
void* BTCpuGetBopCode() {
684
return BridgeInstrs::Syscall;
685
}
686
687
void* __wine_get_unix_opcode() {
688
return BridgeInstrs::UnixCall;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected