]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ipf/ProcessorBind.h
Remove __APPLE__ usage in ProcessorBind.h files.
[mirror_edk2.git] / MdePkg / Include / Ipf / ProcessorBind.h
index 9c41f3ebc1dd5dbb40e4275b5a4894f0e12c18fb..da79467c75c28661eac98654afaef849dbad0abf 100644 (file)
@@ -392,11 +392,11 @@ typedef INT64   INTN;
   #define GLOBAL_REMOVE_IF_UNREFERENCED\r
 #endif\r
 \r
-#if defined(__APPLE__)\r
-  #define ASM_GLOBAL .globl\r
-#else\r
-  #define ASM_GLOBAL .global\r
-#endif \r
+///\r
+/// For GNU assembly code, .global or .globl can declare global symbols.\r
+/// Define this macro to unify the usage.\r
+///\r
+#define ASM_GLOBAL .globl\r
 \r
 ///\r
 /// A pointer to a function in IPF points to a plabel.\r