X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FIa32%2FProcessorBind.h;h=4719b53d37fadc6762d2ad427ffea3719e8598b7;hp=bbe59a51c7d84f473fd55fc2f38e2141d5403719;hb=f7496d717357b9af78414d19679b073403812340;hpb=39456d00f36e04b7e7efb208f350f4e83b6c3531 diff --git a/BaseTools/Source/C/Include/Ia32/ProcessorBind.h b/BaseTools/Source/C/Include/Ia32/ProcessorBind.h index bbe59a51c7..4719b53d37 100644 --- a/BaseTools/Source/C/Include/Ia32/ProcessorBind.h +++ b/BaseTools/Source/C/Include/Ia32/ProcessorBind.h @@ -1,7 +1,7 @@ /** @file Processor or Compiler specific defines and types for x64. - Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this @@ -64,11 +64,11 @@ // // No ANSI C 2000 stdint.h integer width declarations, so define equivalents // - - #if _MSC_EXTENSIONS - + + #if _MSC_EXTENSIONS + // - // use Microsoft* C complier dependent integer width types + // use Microsoft* C complier dependent integer width types // typedef unsigned __int64 UINT64; typedef __int64 INT64; @@ -84,7 +84,7 @@ #else // - // Assume standard IA-32 alignment. + // Assume standard IA-32 alignment. // BugBug: Need to check portability of long long // typedef unsigned long long UINT64; @@ -144,17 +144,17 @@ typedef INT32 INTN; #if _MSC_EXTENSIONS // // Microsoft* compiler requires _EFIAPI useage, __cdecl is Microsoft* specific C. - // - #define EFIAPI __cdecl + // + #define EFIAPI __cdecl #endif #if __GNUC__ - #define EFIAPI __attribute__((cdecl)) + #define EFIAPI __attribute__((cdecl)) #endif // // The Microsoft* C compiler can removed references to unreferenced data items -// if the /OPT:REF linker option is used. We defined a macro as this is a +// if the /OPT:REF linker option is used. We defined a macro as this is a // a non standard extension // #if _MSC_EXTENSIONS