summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-04-11 03:15:15 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2007-04-11 03:15:15 +0000
commit735561c27f91ea1a729492d17dd0efbf021645b0 (patch)
tree48c264e1d0dd0f5b97e6ce79d74113484e7e24d1 /EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
parent7e9f4e1d8e0b0d145c3a91fdbfb349adb5f084e0 (diff)
downloadedk2-735561c27f91ea1a729492d17dd0efbf021645b0.zip
edk2-735561c27f91ea1a729492d17dd0efbf021645b0.tar.gz
edk2-735561c27f91ea1a729492d17dd0efbf021645b0.tar.bz2
Allocate memory in DebugSupport beforehand, in order to avoid calling memory allocation services in high TPL level.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2556 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S')
-rw-r--r--EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S b/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
index 18cb47b..3063e82 100644
--- a/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
+++ b/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
@@ -55,7 +55,7 @@ ASM_PFX(WriteInterruptFlag):
and $0x200,%eax
shr $0x9,%eax
mov 0x8(%ebp),%ecx
- or %ecx,%ecx
+ or %cl,%cl
jne ASM_PFX(WriteInterruptFlag+0x17)
cli
jmp ASM_PFX(WriteInterruptFlag+0x18)