diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-05 13:21:54 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-05 13:21:54 +0000 |
commit | 6ced2e11d09dac5d78ba83e561e85a2e01692578 (patch) | |
tree | 92516c545c568910146d3ad29bb05e5c1c2149d2 /MdePkg/Include | |
parent | 692477d411ec4e489caa04308ab6ed12edb3646d (diff) | |
download | edk2-platforms-6ced2e11d09dac5d78ba83e561e85a2e01692578.tar.xz |
Fix Xcode build issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11347 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Arm/ProcessorBind.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h index 8fad2a8990..fea42e91b6 100644 --- a/MdePkg/Include/Arm/ProcessorBind.h +++ b/MdePkg/Include/Arm/ProcessorBind.h @@ -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
|