From f7763aa493ec73f2f1352b4123da55d333b296dd Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 31 Oct 2008 05:53:03 +0000 Subject: [PATCH] De-Unicode git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6348 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/IndustryStandard/Sal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/Sal.h b/MdePkg/Include/IndustryStandard/Sal.h index 32cfc1ec05..b792df6f6e 100644 --- a/MdePkg/Include/IndustryStandard/Sal.h +++ b/MdePkg/Include/IndustryStandard/Sal.h @@ -90,10 +90,10 @@ typedef struct { @param Arg0 Functional identifier. The upper 32 bits are ignored and only the lower 32 bits are used. The following functional identifiers are defined: - 0x01XXXXXX – Architected SAL functional group. - 0x02XXXXXX to 0x03XXXXXX – OEM SAL functional group. Each OEM is + 0x01XXXXXX - Architected SAL functional group. + 0x02XXXXXX to 0x03XXXXXX - OEM SAL functional group. Each OEM is allowed to use the entire range in the 0x02XXXXXX to 0x03XXXXXX range. - 0x04XXXXXX to 0xFFFFFFFF – Reserved. + 0x04XXXXXX to 0xFFFFFFFF - Reserved. @param Arg1 The first parameter of the architected/OEM specific SAL functions. @param Arg2 The second parameter of the architected/OEM specific SAL functions. @param Arg3 The third parameter passed to the ESAL function based @@ -303,7 +303,7 @@ typedef struct { // Parameter and return value of EFI_SAL_UPDATE_PAL // // Return parameter provides additional information on the -// failure when the status field contains a value of –3, +// failure when the status field contains a value of -3, // returned in r9. // #define EFI_SAL_UPDATE_BAD_PAL_VERSION ((UINT64) -1)