]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/AccessKr.s
Update copyright for files modified in this year
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / AccessKr.s
index 19e7740fc4b697c93bb592c1e13c471274c5495e..e95059a2cfc81d59afbcd26ee52d9d9ec4c07076 100644 (file)
@@ -1,7 +1,7 @@
 /// @file\r
 ///  IPF specific AsmReadKrX() and AsmWriteKrX functions, 'X' is from '0' to '7'\r
 ///\r
-/// Copyright (c) 2006, Intel Corporation\r
+/// Copyright (c) 2006 - 2008, Intel Corporation\r
 /// All rights reserved. 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
@@ -59,13 +59,13 @@ AsmReadKr0::
 \r
 AsmWriteKr0::\r
         alloc loc1=ar.pfs,1,4,0,0 ;;\r
-        mov             loc2 = psr;;
-        rsm             0x6000;;                      // Masking interrupts
+        mov             loc2 = psr;;\r
+        rsm             0x6000;;                      // Masking interrupts\r
         mov             ar.k0 = in0\r
-        srlz.i;;
-        mov             psr.l = loc2;;
-        srlz.i;;
-        srlz.d;;
+        srlz.i;;\r
+        mov             psr.l = loc2;;\r
+        srlz.i;;\r
+        srlz.d;;\r
         mov             r8 = in0;;\r
         mov ar.pfs=loc1 ;;\r
         br.ret.dpnt     b0;;\r