[PERF]: Optimize nested interrupt cases (where a pending interrupt exists at the...
[reactos.git] / reactos / ntoskrnl / include / internal / i386 / asmmacro.S
index 312a1f4..4442328 100644 (file)
@@ -1452,6 +1452,8 @@ FastExit:
     cli
 
     /* End the interrupt and do EOI */
     cli
 
     /* End the interrupt and do EOI */
+    lea eax, [esp+8]
+    mov PCR[KPCR_VDM_ALERT], eax
     call _HalEndSystemInterrupt@8
     jmp _Kei386EoiHelper@0
 .endif
     call _HalEndSystemInterrupt@8
     jmp _Kei386EoiHelper@0
 .endif