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

Method nakedCall

source/emulation/cpu/x32/jitX86CodeGen.cpp:2572–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570}
2571
2572void JitX86CodeGen::nakedCall(RegPtr reg) {
2573 compiler.call(RN(reg));
2574}
2575
2576void JitX86CodeGen::nakedReturn() {
2577 compiler.ret();

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected