]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the error that part of instructions of AsmWriteIva() is not included into the...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 03:54:47 +0000 (03:54 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 03:54:47 +0000 (03:54 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7751 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/BaseLib/Ipf/AccessGcr.s

index 97e95a30c5ddf7c53f3864b8dd8183510f6b2ee6..5f610c7c958944af337510568e2d3efc6b2ba408 100644 (file)
@@ -206,12 +206,12 @@ AsmReadIva::
 .proc   AsmWriteIva\r
 .regstk 1, 3, 0, 0\r
 \r
+AsmWriteIva::\r
         alloc loc1=ar.pfs,1,4,0,0 ;;\r
 \r
         mov         loc2 = psr\r
         rsm         0x6000                      // Make sure interrupts are masked\r
 \r
-AsmWriteIva::\r
         mov            cr.iva = in0\r
         srlz.i;;\r
         mov         psr.l = loc2;;\r