summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Ipf/ProcessorBind.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 18:57:44 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 18:57:44 +0000
commit68167fed0e4ecb5393a3f036d14c438f65c85f80 (patch)
tree3d166e0c4b86a617cb3203a357bab5672f7bdfc7 /MdePkg/Include/Ipf/ProcessorBind.h
parent1a2f870c9babe077c2d3abea23b6e8e044778341 (diff)
downloadedk2-68167fed0e4ecb5393a3f036d14c438f65c85f80.tar.gz
edk2-68167fed0e4ecb5393a3f036d14c438f65c85f80.tar.bz2
edk2-68167fed0e4ecb5393a3f036d14c438f65c85f80.zip
Fix build breaks from comment clean up checkin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8468 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ipf/ProcessorBind.h')
-rw-r--r--MdePkg/Include/Ipf/ProcessorBind.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h
index b8fca5e014..c58588214f 100644
--- a/MdePkg/Include/Ipf/ProcessorBind.h
+++ b/MdePkg/Include/Ipf/ProcessorBind.h
@@ -393,6 +393,12 @@ typedef INT64 INTN;
#endif
///
+/// For GNU assembly code, .global or .globl can declare global symbols.
+/// Define this macro to unify the usage.
+///
+#define ASM_GLOBAL .globl
+
+///
/// A pointer to a function in IPF points to a plabel.
///
typedef struct {