Remove the packing I added recently to the Capability structure
authorSimon Marlow <marlowsd@gmail.com>
Fri, 28 Nov 2008 10:50:46 +0000 (10:50 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 28 Nov 2008 10:50:46 +0000 (10:50 +0000)
The problem is that the packing caused some unaligned loads, which
lead to bus errors on Sparc (and reduced performance elsewhere,
presumably).


No differences found