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:
@@ -19,7 +19,7 @@
|
||||
///
|
||||
/// SAL return status type
|
||||
///
|
||||
typedef UINTN EFI_SAL_STATUS;
|
||||
typedef INTN EFI_SAL_STATUS;
|
||||
|
||||
///
|
||||
/// Call completed without error.
|
||||
|
Reference in New Issue
Block a user