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/Ia32 | |
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/Ia32')
-rw-r--r-- | MdePkg/Include/Ia32/ProcessorBind.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index edf881b7ee..4f24c67077 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -341,6 +341,11 @@ typedef INT32 INTN; #else
#define ASM_PFX(name) _##name
#endif
+ ///
+ /// For GNU assembly code, .global or .globl can declare global symbols.
+ /// Define this macro to unify the usage.
+ ///
+ #define ASM_GLOBAL .globl
#endif
/**
|