Make sure FIQ debugger stuff can work.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10369 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-04-13 22:30:42 +00:00
parent 9d1d7243f0
commit e9fc14b6e1
3 changed files with 11 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ ArmCleanDataCacheEntryBySetWay
ArmInvalidateInstructionCache
mcr p15,0,R0,c7,c5,0 ;Invalidate entire instruction cache
dsb
isb
bx LR
@@ -228,3 +227,4 @@ ArmInstructionSynchronizationBarrier
bx LR
END