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

Method createSyncFromHost

source/emulation/cpu/x32/jitX86CodeGen.cpp:5608–5612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5606}
5607
5608U8* JitX86CodeGen::createSyncFromHost() {
5609 loadCache();
5610 compiler.ret();
5611 return createDynamicExecutableMemory();
5612}
5613
5614JitCodeGen* startNewJIT(CPU* cpu) {
5615 return new JitX86CodeGen(cpu);

Callers 1

doJITMethod · 0.45

Calls 1

retMethod · 0.45

Tested by

no test coverage detected