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
This commit is contained in:
bxing
2006-07-10 02:56:56 +00:00
parent ace425da36
commit 9748aecca6
3 changed files with 63 additions and 35 deletions

View File

@@ -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