aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/basic.zig
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2022-02-24 10:27:24 +0100
committerAndrew Kelley <andrew@ziglang.org>2022-02-24 16:08:37 -0500
commit52a2aa11e2768a5d7881377ddb7a053d81e4cff4 (patch)
tree368cba96a4e355c96d800741c40782a7faa2464c /test/behavior/basic.zig
parente06cb31659ff5afd1e0b846fbaa852df2f5a0af4 (diff)
downloadzig-52a2aa11e2768a5d7881377ddb7a053d81e4cff4.tar.gz
zig-52a2aa11e2768a5d7881377ddb7a053d81e4cff4.zip
std: work around current packed struct situation
As of 6249a24, align() is not allowed on packed struct fields and as such the align(4) was removed from the first field of EdidOverrideProtocolAttributes. The endgame here is packed struct backed by explicit integers, in this case a u32, but until that is implemented put the align(4) on the pointer to avoid breaking someone's UEFI code in a hard to debug way.
Diffstat (limited to 'test/behavior/basic.zig')
0 files changed, 0 insertions, 0 deletions