MCPcopy Create free account
hub / github.com/WheretIB/nullc / SetLongJmpTarget

Function SetLongJmpTarget

NULLC/CodeGen_X86.cpp:1239–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237void (*siglongjmpPtr)() = (void(*)())LongJumpWrap;
1238
1239void SetLongJmpTarget(sigjmp_buf target)
1240{
1241 nullcJmpTarget = (int)(intptr_t)target;
1242}
1243#endif
1244
1245void SetLastInstruction(x86Instruction *pos, x86Instruction *base)

Callers 1

ExecutorX86Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected