diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 18:57:44 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-04 18:57:44 +0000 |
commit | 68167fed0e4ecb5393a3f036d14c438f65c85f80 (patch) | |
tree | 3d166e0c4b86a617cb3203a357bab5672f7bdfc7 /MdePkg/Include/Ipf | |
parent | 1a2f870c9babe077c2d3abea23b6e8e044778341 (diff) | |
download | edk2-platforms-68167fed0e4ecb5393a3f036d14c438f65c85f80.tar.xz |
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')
-rw-r--r-- | MdePkg/Include/Ipf/ProcessorBind.h | 6 |
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 {
|