Date: Sat, 26 Jul 2003 01:03:43 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include setjmp.h Message-ID: <200307260803.h6Q83hOl016020@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/07/26 01:03:43 PDT FreeBSD src repository Modified files: sys/ia64/include setjmp.h Log: Avoid using __aligned(16). Instead define the jmp_buf in terms of long doubles. This gives us 16-byte alignment. Add a CTASSERT for the size of the jmp_buf to detect ABI breakages. Revision Changes Path 1.12 +11 -9 src/sys/ia64/include/setjmp.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307260803.h6Q83hOl016020>