]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/CpuPause.s
EmulatorPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / CpuPause.s
index f52692f438eed7c8c09367b3089e7c8de155db58..d881aaa3a05fd02332469f14a3d9b38a064b23f7 100644 (file)
@@ -1,11 +1,11 @@
 /// @file\r
 ///   CpuPause() function for Itanium-based architecture.\r
 ///\r
-/// Copyright (c) 2006, Intel Corporation\r
-/// All rights reserved. This program and the accompanying materials\r
+/// Copyright (c) 2006, 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
-/// http://opensource.org/licenses/bsd-license.php\r
+/// http://opensource.org/licenses/bsd-license.php.\r
 ///\r
 /// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 /// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -20,6 +20,6 @@
 .proc   CpuPause\r
 .type   CpuPause, @function\r
 CpuPause::\r
-        hint                @pause\r
+        hint.i              @pause\r
         br.ret.sptk.many    b0\r
 .endp\r