X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEdkIIGlueLib%2FLibrary%2FBaseLib%2FIpf%2FCpuPause.s;fp=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEdkIIGlueLib%2FLibrary%2FBaseLib%2FIpf%2FCpuPause.s;h=abbcb10c735726786d3f49571761ec6e5326e576;hb=9c2454094486a3326f5cdc30fbdcf1b1b09311a0;hp=5a6fc9a403d2fbe1d4fd1529c3e30598d068fc8a;hpb=7ad45baa7dd37261614dc27b0d0f78b7159845a9;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/CpuPause.s b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/CpuPause.s index 5a6fc9a403..abbcb10c73 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/CpuPause.s +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/CpuPause.s @@ -1,4 +1,4 @@ -/// Copyright (c) 2004, Intel Corporation. All rights reserved.
+/// Copyright (c) 2004 - 2011, 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 @@ -21,6 +21,6 @@ .proc CpuPause .type CpuPause, @function CpuPause:: - hint 0 //@pause + hint.i @pause br.ret.sptk.many b0 .endp