Revision: 14691
http://sourceforge.net/p/edk2/code/14691
Author: jyao1
Date: 2013-09-22 01:56:37 +0000 (Sun, 22 Sep 2013)
Log Message:
-----------
Resolve GCC build error, where #pragma pack(push[, id], <n>) is not supported.
signed off by: [email protected]
Modified Paths:
--------------
trunk/edk2/MdePkg/Include/IndustryStandard/Tpm20.h
Modified: trunk/edk2/MdePkg/Include/IndustryStandard/Tpm20.h
===================================================================
--- trunk/edk2/MdePkg/Include/IndustryStandard/Tpm20.h 2013-09-21 08:18:03 UTC
(rev 14690)
+++ trunk/edk2/MdePkg/Include/IndustryStandard/Tpm20.h 2013-09-22 01:56:37 UTC
(rev 14691)
@@ -22,7 +22,7 @@
#include <IndustryStandard/Tpm12.h>
-#pragma pack (push, 1)
+#pragma pack (1)
// Annex A Algorithm Constants
@@ -1804,6 +1804,6 @@
TPM_RC responseCode;
} TPM2_RESPONSE_HEADER;
-#pragma pack (pop)
+#pragma pack ()
#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits