]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add ULL for long long type value
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Jan 2007 07:35:53 +0000 (07:35 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Jan 2007 07:35:53 +0000 (07:35 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2239 6f19259b-4bc3-4df7-8a09-765794883524

Tools/CCode/Source/GenBsfImage/GenBsfImage.h

index 4b6e6ea7b5d45af20d4cb606b25ff4826b0479e8..65183d19e3771b9c298529dc8e4ef05705560086 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c)  1999 - 2002 Intel Corporation. All rights reserved\r
+Copyright (c) 1999 - 2007 Intel Corporation. All rights reserved\r
 This software and associated documentation (if any) is furnished\r
 under a license and may only be used or copied in accordance\r
 with the terms of the license. Except as permitted by such\r
@@ -98,7 +98,7 @@ Abstract:
 //\r
 // IPF processor address is cached bit\r
 //\r
-#define IPF_CACHE_BIT 0x8000000000000000\r
+#define IPF_CACHE_BIT 0x8000000000000000ULL\r
 \r
 //\r
 // Size definition to calculate the location from top of address for\r