mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
add ULL suffix to PEI_SERVICES_SIGNATURE
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6737 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3321fa09f0
commit
1aaf8feb94
@ -482,7 +482,7 @@ EFI_STATUS
|
||||
//
|
||||
// EFI PEI Services Table
|
||||
//
|
||||
#define PEI_SERVICES_SIGNATURE 0x5652455320494550
|
||||
#define PEI_SERVICES_SIGNATURE 0x5652455320494550ULL
|
||||
#define PEI_SERVICES_REVISION ((PEI_SPECIFICATION_MAJOR_REVISION << 16) | (PEI_SPECIFICATION_MINOR_REVISION))
|
||||
typedef PEI_CPU_IO_PPI EFI_PEI_CPU_IO_PPI;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user