diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 08:13:37 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-17 08:13:37 +0000 |
commit | 9510db651c2e1ddf8459ff97078c0f2b677977c6 (patch) | |
tree | 857d0b5bad983ea8f28aad10d6f72714782838b9 /MdePkg | |
parent | 6cd358c9aeecd216b58b22367609b971860e6f52 (diff) | |
download | edk2-9510db651c2e1ddf8459ff97078c0f2b677977c6.zip edk2-9510db651c2e1ddf8459ff97078c0f2b677977c6.tar.gz edk2-9510db651c2e1ddf8459ff97078c0f2b677977c6.tar.bz2 |
update comments and refine code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6559 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Ia32/ProcessorBind.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Ipf/ProcessorBind.h | 5 | ||||
-rw-r--r-- | MdePkg/Include/X64/ProcessorBind.h | 5 |
3 files changed, 3 insertions, 9 deletions
diff --git a/MdePkg/Include/Ia32/ProcessorBind.h b/MdePkg/Include/Ia32/ProcessorBind.h index 7c40e09..c452e62 100644 --- a/MdePkg/Include/Ia32/ProcessorBind.h +++ b/MdePkg/Include/Ia32/ProcessorBind.h @@ -96,7 +96,7 @@ //
#if _MSC_EXTENSIONS
-
+
//
// use Microsoft* C complier dependent interger width types
//
diff --git a/MdePkg/Include/Ipf/ProcessorBind.h b/MdePkg/Include/Ipf/ProcessorBind.h index 5fee1dc..3dbeceb 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;
diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index c2d702a..3b61a3b 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;
|