]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/DebugSupport/Dxe/Ia32/AsmFuncs.asm
Allocate memory in DebugSupport beforehand, in order to avoid calling memory allocati...
[mirror_edk2.git] / EdkModulePkg / Universal / DebugSupport / Dxe / Ia32 / AsmFuncs.asm
index 6dd114ba754bc929c9f41dfd8329585c051504d1..28a43cfe637cc950d1689eee8ae7a376252e924c 100644 (file)
@@ -164,7 +164,7 @@ WriteInterruptFlag  PROC C PUBLIC State:DWORD
                 and     eax, 200h\r
                 shr     eax, 9\r
                 mov     ecx, State\r
-                .IF     ecx == 0\r
+                .IF     cl == 0\r
                         cli\r
                 .ELSE\r
                         sti\r