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:
mdkinney 2009-02-15 19:27:10 +00:00
parent 262ffea8ec
commit 13f0a970d2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
///
/// SAL return status type
///
typedef UINTN EFI_SAL_STATUS;
typedef INTN EFI_SAL_STATUS;
///
/// Call completed without error.