MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / createSyncToHost

Method createSyncToHost

source/emulation/cpu/x32/jitX86CodeGen.cpp:5602–5606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5600}
5601
5602U8* JitX86CodeGen::createSyncToHost() {
5603 writeCache();
5604 compiler.ret();
5605 return createDynamicExecutableMemory();
5606}
5607
5608U8* JitX86CodeGen::createSyncFromHost() {
5609 loadCache();

Callers 1

doJITMethod · 0.45

Calls 1

retMethod · 0.45

Tested by

no test coverage detected