summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Arm
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-05 13:21:54 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-05 13:21:54 +0000
commit6ced2e11d09dac5d78ba83e561e85a2e01692578 (patch)
tree92516c545c568910146d3ad29bb05e5c1c2149d2 /MdePkg/Include/Arm
parent692477d411ec4e489caa04308ab6ed12edb3646d (diff)
downloadedk2-6ced2e11d09dac5d78ba83e561e85a2e01692578.tar.gz
edk2-6ced2e11d09dac5d78ba83e561e85a2e01692578.tar.bz2
edk2-6ced2e11d09dac5d78ba83e561e85a2e01692578.zip
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/Arm')
-rw-r--r--MdePkg/Include/Arm/ProcessorBind.h3
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