Przeglądaj źródła

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

keie 40 lat temu
rodzic
commit
f950163854
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/_tail_cc/setjmp.h

+ 1 - 1
include/_tail_cc/setjmp.h

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