Fix for the Linux Build. #ifdef __APPLE__ around the files only needed to work around Mac OS X 16 byte IA-32 calling conventions issue. All the calls to this code is #ifdef __APPLE__, so no reason to build it on Linux or other gcc flavors.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9543 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
AJFISH
2009-12-08 06:14:12 +00:00
parent 73cbc58069
commit 5af06fe3d0
2 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,8 @@
#
#------------------------------------------------------------------------------
#ifdef __APPLE__
.text
#------------------------------------------------------------------------------
@@ -235,3 +237,6 @@ _GasketUintnUint16:
ret
.subsections_via_symbols
#endif