X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FIa32%2FProcessorBind.h;h=edf881b7ee5f13be57cc88583fdd9bf1c67406fb;hp=a397f4b4b517a29eefe529bf7fe8c69c2bc5d096;hb=1a2f870c9babe077c2d3abea23b6e8e044778341;hpb=d5172f911d21d03a3a4f50cb6ebe89854d191e4d diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index a397f4b4b5..edf881b7ee 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -1,5 +1,5 @@ /** @file - Processor or Compiler specific defines and types for Ia32 architecture. + Processor or Compiler specific defines and types for IA-32 architecture. Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. This program and the accompanying materials @@ -341,16 +341,11 @@ typedef INT32 INTN; #else #define ASM_PFX(name) _##name #endif - #if defined(__APPLE__) - #define ASM_GLOBAL .globl - #else - #define ASM_GLOBAL .global - #endif #endif /** Return the pointer to the first instruction of a function given a function pointer. - On IA32 CPU architectures, these two pointer values are the same, + On IA-32 CPU architectures, these two pointer values are the same, so the implementation of this macro is very simple. @param FunctionPointer A pointer to a function.