X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FX64%2FProcessorBind.h;h=3b61a3b826be2a3d64719310e549c0cf7fb239d8;hp=c2d702a315b8f55e5af769167e99b6dcc7cc61a7;hb=9510db651c2e1ddf8459ff97078c0f2b677977c6;hpb=6cd358c9aeecd216b58b22367609b971860e6f52 diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index c2d702a315..3b61a3b826 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -98,8 +98,6 @@ // #if _MSC_EXTENSIONS - - // // use Microsoft C complier dependent interger width types // @@ -117,8 +115,7 @@ #else #ifdef _EFI_P64 // - // P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints - // are 32-bits + // P64 - pointers being 64-bit and longs and ints are 32-bits. // typedef unsigned long long UINT64; typedef long long INT64;