]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Make type EFI_SAL_STATUS be type INTN instead of type UINTN to match SAL Specificatio...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 15 Feb 2009 19:27:10 +0000 (19:27 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 15 Feb 2009 19:27:10 +0000 (19:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7527 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/IndustryStandard/Sal.h

index 2199efe14c44fddc0fef4dfaea86a81adf0f3efa..7b111e02c3437f00f4203679f196956a6bc4001f 100644 (file)
@@ -19,7 +19,7 @@
 ///\r
 /// SAL return status type \r
 ///\r
-typedef UINTN EFI_SAL_STATUS;\r
+typedef INTN EFI_SAL_STATUS;\r
 \r
 ///\r
 /// Call completed without error. \r