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