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