From 89be8be352e0acfdec7e009736cfd8b55093fc26 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 18 Sep 2016 18:28:13 -0400 Subject: nt32: fix bits/setjmp.h to match target ABI. --- arch/nt32/bits/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/nt32/bits/setjmp.h b/arch/nt32/bits/setjmp.h index 63973a8..decd26d 100644 --- a/arch/nt32/bits/setjmp.h +++ b/arch/nt32/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long __jmp_buf[8]; +typedef unsigned long __jmp_buf[6]; -- cgit v1.2.3