X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEdkIIGlueLib%2FLibrary%2FBaseLib%2FIpf%2FAsmPalCall.s;h=3e6fdc86ba30924125bd194cdac0c9e654d44b93;hp=95df2a63b556805528f6b25495eada972f802145;hb=2c7e5c2febd407ed1849c06da50734dd6f751956;hpb=c7f33ca42470dc87bc41a8583f427883123d67a1 diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/AsmPalCall.s b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/AsmPalCall.s index 95df2a63b5..3e6fdc86ba 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/AsmPalCall.s +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/AsmPalCall.s @@ -1,5 +1,5 @@ -/// Copyright (c) 2006, Intel Corporation -/// All rights reserved. This program and the accompanying materials +/// Copyright (c) 2006, Intel Corporation. All rights reserved.
+/// This program and the accompanying materials /// are licensed and made available under the terms and conditions of the BSD License /// which accompanies this distribution. The full text of the license may be found at /// http://opensource.org/licenses/bsd-license.php @@ -28,7 +28,7 @@ // as optional, a unique return code of 0xFFFFFFFFFFFFFFFF is returned in the // Status field of the PAL_CALL_RETURN structure. // This indicates that the procedure is not present in this PAL implementation. -// It is the caller¡¯s responsibility to check for this return code after calling +// It is the caller's responsibility to check for this return code after calling // any optional PAL procedure. // No parameter checking is performed on the 5 input parameters, but there are // some common rules that the caller should follow when making a PAL call. Any