Fix Xcode build issue.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11347 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2011-03-05 13:21:54 +00:00
parent 692477d411
commit 6ced2e11d0
1 changed files with 1 additions and 2 deletions

View File

@ -135,8 +135,7 @@ typedef INT32 INTN;
#define GCC_ASM_EXPORT(func__) \
.globl _CONCATENATE (__USER_LABEL_PREFIX__, func__) \
#define GCC_ASM_IMPORT(name) \
.extern _CONCATENATE (__USER_LABEL_PREFIX__, name)
#define GCC_ASM_IMPORT(name)
#endif
#endif