From 9748aecca6cad6a4a1782b415445d086af4e2bba Mon Sep 17 00:00:00 2001 From: bxing Date: Mon, 10 Jul 2006 02:56:56 +0000 Subject: 1. Fixed a logical error in PciReadBuffer() and PciWriteBuffer() 2. Fixed GetInterruptState() on IPF to return the state of interrupts correctly git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@850 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/Ipf/GetInterruptState.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdePkg/Library/BaseLib/Ipf') diff --git a/MdePkg/Library/BaseLib/Ipf/GetInterruptState.s b/MdePkg/Library/BaseLib/Ipf/GetInterruptState.s index 66eb17f3df..d5b5fc852f 100644 --- a/MdePkg/Library/BaseLib/Ipf/GetInterruptState.s +++ b/MdePkg/Library/BaseLib/Ipf/GetInterruptState.s @@ -22,6 +22,6 @@ .type GetInterruptState, @function GetInterruptState:: mov r8 = psr - dep.z r8 = r8, 14, 1 + extr.u r8 = r8, 14, 1 br.ret.sptk.many b0 .endp GetInterruptState -- cgit v1.2.3