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

Method createSignalHandler

source/emulation/cpu/jit/jitCodeGen.cpp:886–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884void signalHandler(CPU* cpu);
885
886U8* JitCodeGen::createSignalHandler() {
887 std::vector<DynParam> params;
888 params.push_back(DynParam(JitCallParamType::CPU));
889 callHostFunction((void*)signalHandler, params, true, false);
890 blockExit();
891
892 return createDynamicExecutableMemory();
893}
894#endif
895
896U8* JitCodeGen::createEmulateSingleOp() {

Callers 1

doJITMethod · 0.80

Calls 3

DynParamClass · 0.85
callHostFunctionFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected