From: mdkinney Date: Sun, 15 Feb 2009 19:27:10 +0000 (+0000) Subject: Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Specificatio... X-Git-Tag: edk2-stable201903~18723 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=13f0a970d20b0a88aa4929fb647faf880b35f3c9;hp=262ffea8ec8b407ecc5396d3b0a37ba7678ba805 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 --- diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 2199efe14c..7b111e02c3 100644 --- a/MdePkg/Include/IndustryStandard/Sal.h +++ b/MdePkg/Include/IndustryStandard/Sal.h @@ -19,7 +19,7 @@ /// /// SAL return status type /// -typedef UINTN EFI_SAL_STATUS; +typedef INTN EFI_SAL_STATUS; /// /// Call completed without error.