Implement sigsetjmp and siglongjmp for X64
This commit is contained in:
committed by
Jeremy Soller
parent
41c88ed288
commit
35a3efd936
+2
-1
@@ -58,7 +58,8 @@ typedef unsigned long long jmp_buf[8];
|
||||
#endif
|
||||
|
||||
#ifdef __x86_64__
|
||||
typedef unsigned long jmp_buf[8];
|
||||
typedef unsigned long jmp_buf[16];
|
||||
typedef jmp_buf sigjmp_buf;
|
||||
#endif
|
||||
|
||||
#ifdef __riscv
|
||||
|
||||
Reference in New Issue
Block a user