]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S
Allocate memory in DebugSupport beforehand, in order to avoid calling memory allocati...
[mirror_edk2.git] / EdkModulePkg / Universal / DebugSupport / Dxe / Ia32 / AsmFuncs.S
index 18cb47b4596080063739b1e446a5d937c446ad76..3063e82626bd53da13958685dc2899eeb32067ae 100644 (file)
@@ -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)