Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ createBlockExit
Method
createBlockExit
source/emulation/cpu/x32/jitX86CodeGen.cpp:4520–4523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4518
}
4519
4520
U8* JitX86CodeGen::createBlockExit() {
4521
compiler.ret();
4522
return createDynamicExecutableMemory();
4523
}
4524
4525
void JitX86CodeGen::blockExit() {
4526
compiler.ret();
Callers
1
doJIT
Method · 0.45
Calls
1
ret
Method · 0.45
Tested by
no test coverage detected