commit | ff64aafeabe0c9b51b33a10313e2027ae1686bc4 | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue Dec 21 13:07:53 2021 +0000 |
committer | nicm <nicm> | Tue Dec 21 13:07:53 2021 +0000 |
tree | 9b704ec2867091b9e4988f5ac4cd852c3e5e4199 | |
parent | e4856de8bf23108ee9d335a22d7e16dd8ad855d8 [diff] |
ARM's Morello CHERI architecture does not support pointers in packed structures, so remove the packed attribute on struct grid_line and reorder the members to eliminate unnecessary padding. From Jessica Clarke in GitHub issue 3012.