From 9510db651c2e1ddf8459ff97078c0f2b677977c6 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 17 Nov 2008 08:13:37 +0000 Subject: update comments and refine code. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6559 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ipf/ProcessorBind.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'MdePkg/Include/Ipf') diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index 5fee1dccfa..3dbeceb585 100644 --- a/MdePkg/Include/Ipf/ProcessorBind.h +++ b/MdePkg/Include/Ipf/ProcessorBind.h @@ -107,8 +107,6 @@ // #if _MSC_EXTENSIONS - - // // use Microsoft C complier dependent interger width types // @@ -126,8 +124,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; -- cgit v1.2.3