MCPcopy 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
4520U8* JitX86CodeGen::createBlockExit() {
4521 compiler.ret();
4522 return createDynamicExecutableMemory();
4523}
4524
4525void JitX86CodeGen::blockExit() {
4526 compiler.ret();

Callers 1

doJITMethod · 0.45

Calls 1

retMethod · 0.45

Tested by

no test coverage detected