From 664cd341921007cea52c8891f27ce35927dca378 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Tue, 7 Jan 2014 22:53:38 +0100 Subject: x32 port (diff against vanilla x86_64) --- arch/x32/bits/setjmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x32/bits/setjmp.h') diff --git a/arch/x32/bits/setjmp.h b/arch/x32/bits/setjmp.h index 63973a80..a9262a64 100644 --- a/arch/x32/bits/setjmp.h +++ b/arch/x32/bits/setjmp.h @@ -1 +1 @@ -typedef unsigned long __jmp_buf[8]; +typedef unsigned long long __jmp_buf[8]; -- cgit v1.2.1