mirror of https://github.com/acidanthera/audk.git
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:
parent
692477d411
commit
6ced2e11d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue