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
This commit is contained in:
klu2 2007-01-12 07:35:53 +00:00
parent 9dcae728e1
commit 34dca9d54a
1 changed files with 2 additions and 2 deletions

View File

@ -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 This software and associated documentation (if any) is furnished
under a license and may only be used or copied in accordance under a license and may only be used or copied in accordance
with the terms of the license. Except as permitted by such with the terms of the license. Except as permitted by such
@ -98,7 +98,7 @@ Abstract:
// //
// IPF processor address is cached bit // 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 // Size definition to calculate the location from top of address for