Fix setjmp

This commit is contained in:
Federico Cecchetto
2021-11-15 22:06:44 +01:00
parent 0f92a7ce25
commit e6ca925562
3 changed files with 4 additions and 8 deletions

View File

@ -62,7 +62,7 @@ namespace game
WEAK symbol<unsigned int(unsigned int localId, const char* pos, unsigned int paramcount)> VM_Execute{0x56DFE0};
WEAK symbol<void* (jmp_buf* Buf, int Value)> longjmp{0x7363BC};
WEAK symbol<int(jmp_buf* Buf)> _setjmp{0x734CF8};
WEAK symbol<int(jmp_buf* Buf, int a2, int a3, int a4)> _setjmp{0x734CF8};
// Variables