]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/X64/ProcessorBind.h
update comments and refine code.
[mirror_edk2.git] / MdePkg / Include / X64 / ProcessorBind.h
index c2d702a315b8f55e5af769167e99b6dcc7cc61a7..3b61a3b826be2a3d64719310e549c0cf7fb239d8 100644 (file)
@@ -98,8 +98,6 @@
   //\r
  \r
   #if _MSC_EXTENSIONS \r
-    \r
-\r
     //\r
     // use Microsoft C complier dependent interger width types \r
     //\r
   #else\r
     #ifdef _EFI_P64 \r
       //\r
-      // P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints \r
-      //  are 32-bits\r
+      // P64 - pointers being 64-bit and longs and ints are 32-bits.\r
       //\r
       typedef unsigned long long  UINT64;\r
       typedef long long           INT64;\r