mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Specification description.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7527 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
262ffea8ec
commit
13f0a970d2
@ -19,7 +19,7 @@
|
||||
///
|
||||
/// SAL return status type
|
||||
///
|
||||
typedef UINTN EFI_SAL_STATUS;
|
||||
typedef INTN EFI_SAL_STATUS;
|
||||
|
||||
///
|
||||
/// Call completed without error.
|
||||
|
Loading…
x
Reference in New Issue
Block a user