From 13f0a970d20b0a88aa4929fb647faf880b35f3c9 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Sun, 15 Feb 2009 19:27:10 +0000 Subject: [PATCH] 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 --- MdePkg/Include/IndustryStandard/Sal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2