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

Method nakedReturn

source/emulation/cpu/x32/jitX86CodeGen.cpp:2576–2578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2574}
2575
2576void JitX86CodeGen::nakedReturn() {
2577 compiler.ret();
2578}
2579
2580void JitX86CodeGen::callHostFunctionWithResult(RegPtr result, void* address, const std::vector<DynParam>& params) {
2581 U32 stackAdjust = 0; // if 64-bit stack isn't aligned to 16-bytes, things like FPU::F2XM1()

Callers

nothing calls this directly

Calls 1

retMethod · 0.45

Tested by

no test coverage detected