X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FDebugSupport%2FDxe%2FIa32%2FAsmFuncs.S;fp=EdkModulePkg%2FUniversal%2FDebugSupport%2FDxe%2FIa32%2FAsmFuncs.S;h=3063e82626bd53da13958685dc2899eeb32067ae;hb=735561c27f91ea1a729492d17dd0efbf021645b0;hp=18cb47b4596080063739b1e446a5d937c446ad76;hpb=7e9f4e1d8e0b0d145c3a91fdbfb349adb5f084e0;p=mirror_edk2.git diff --git a/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S b/EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.S index 18cb47b459..3063e82626 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)