K 10 svn:author V 6 andrew K 8 svn:date V 27 2015-12-23T15:22:44.416976Z K 7 svn:log V 375 Increase the size and alignment of the setjmp buffer. This will allow for possible future CPU extentions with larger registers. jmp_buf's size and alignment are baked into the ABI of third party libraries and thus are very hard to change later so it is best to waste a small amount of space now. Reviewed by: brooks Differential Revision: https://reviews.freebsd.org/D3956 END