update comments and refine code.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6559 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-11-17 08:13:37 +00:00
parent 6cd358c9ae
commit 9510db651c
3 changed files with 3 additions and 9 deletions

View File

@ -96,7 +96,7 @@
// //
#if _MSC_EXTENSIONS #if _MSC_EXTENSIONS
// //
// use Microsoft* C complier dependent interger width types // use Microsoft* C complier dependent interger width types
// //

View File

@ -107,8 +107,6 @@
// //
#if _MSC_EXTENSIONS #if _MSC_EXTENSIONS
// //
// use Microsoft C complier dependent interger width types // use Microsoft C complier dependent interger width types
// //
@ -126,8 +124,7 @@
#else #else
#ifdef _EFI_P64 #ifdef _EFI_P64
// //
// P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints // P64 - pointers being 64-bit and longs and ints are 32-bits.
// are 32-bits
// //
typedef unsigned long long UINT64; typedef unsigned long long UINT64;
typedef long long INT64; typedef long long INT64;

View File

@ -98,8 +98,6 @@
// //
#if _MSC_EXTENSIONS #if _MSC_EXTENSIONS
// //
// use Microsoft C complier dependent interger width types // use Microsoft C complier dependent interger width types
// //
@ -117,8 +115,7 @@
#else #else
#ifdef _EFI_P64 #ifdef _EFI_P64
// //
// P64 - is Intel Itanium(TM) speak for pointers being 64-bit and longs and ints // P64 - pointers being 64-bit and longs and ints are 32-bits.
// are 32-bits
// //
typedef unsigned long long UINT64; typedef unsigned long long UINT64;
typedef long long INT64; typedef long long INT64;