Made the buffer long enough for the machine state on most machines.
This commit is contained in:
parent
a88bca3670
commit
6010f7b584
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
typedef char *jmp_buf[3];
|
typedef char jmp_buf[256];
|
||||||
|
|
Loading…
Add table
Reference in a new issue