Made the buffer long enough for the machine state on most machines.

This commit is contained in:
keie 1984-09-24 15:18:20 +00:00
parent a88bca3670
commit 6010f7b584

View file

@ -1 +1 @@
typedef char *jmp_buf[3];
typedef char jmp_buf[256];