]> git.proxmox.com Git - mirror_edk2.git/commit
ARM RVCT 3.1 compiler has issues with __packed structures containing anonymous struct...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Sep 2010 18:26:58 +0000 (18:26 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 7 Sep 2010 18:26:58 +0000 (18:26 +0000)
commit605466ae28482dd3d797e208fe80554f9814b175
tree4ac12ace53d237ada2f1319b373ebac141c54765
parent3163461872ff6dbf67e8f9317d8608b40900f90c
ARM RVCT 3.1 compiler has issues with __packed structures containing anonymous structures in a union. I had to add extra PACKED macros to get things to compile. Hopefully at some point RVCT will support #pragma pack(1) properly and we can retire PACKED macro.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10856 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/IndustryStandard/Acpi10.h