diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 07:35:53 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-12 07:35:53 +0000 |
commit | 34dca9d54add012aee9ed2db7f7ce6fd932a0c5a (patch) | |
tree | 978681fedcfc9e6ac21191d5b15032a3960d8190 /Tools/CCode/Source | |
parent | 9dcae728e1076cb6431768a5a5b41a2c20762009 (diff) | |
download | edk2-platforms-34dca9d54add012aee9ed2db7f7ce6fd932a0c5a.tar.xz |
Add ULL for long long type value
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2239 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/CCode/Source')
-rw-r--r-- | Tools/CCode/Source/GenBsfImage/GenBsfImage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CCode/Source/GenBsfImage/GenBsfImage.h b/Tools/CCode/Source/GenBsfImage/GenBsfImage.h index 4b6e6ea7b5..65183d19e3 100644 --- a/Tools/CCode/Source/GenBsfImage/GenBsfImage.h +++ b/Tools/CCode/Source/GenBsfImage/GenBsfImage.h @@ -1,6 +1,6 @@ /*++
-Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved
+Copyright (c) 1999 - 2007 Intel Corporation. All rights reserved
This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such
@@ -98,7 +98,7 @@ Abstract: //
// IPF processor address is cached bit
//
-#define IPF_CACHE_BIT 0x8000000000000000
+#define IPF_CACHE_BIT 0x8000000000000000ULL
//
// Size definition to calculate the location from top of address for
|