From 34dca9d54add012aee9ed2db7f7ce6fd932a0c5a Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 12 Jan 2007 07:35:53 +0000 Subject: [PATCH] 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 --- Tools/CCode/Source/GenBsfImage/GenBsfImage.h | 4 ++-- 1 file 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 -- 2.39.2