]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct CpuPause.s to ICC11.
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Oct 2011 08:19:59 +0000 (08:19 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 Oct 2011 08:19:59 +0000 (08:19 +0000)
Signed-off-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12565 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/CpuPause.s

index 5a6fc9a403d2fbe1d4fd1529c3e30598d068fc8a..abbcb10c735726786d3f49571761ec6e5326e576 100644 (file)
@@ -1,4 +1,4 @@
-/// Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+/// Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
 /// This program and the accompanying materials                          \r
 /// are licensed and made available under the terms and conditions of the BSD License         \r
 /// which accompanies this distribution.  The full text of the license may be found at        \r
@@ -21,6 +21,6 @@
 .proc   CpuPause\r
 .type   CpuPause, @function\r
 CpuPause::\r
-        hint                0 //@pause\r
+        hint.i              @pause\r
         br.ret.sptk.many    b0\r
 .endp\r