From 2dae596c61482c04a79669bbe77d3efa6aebf791 Mon Sep 17 00:00:00 2001 From: "Evgeny Grechnikov (Diamond)" Date: Sat, 5 Apr 2008 17:55:09 +0000 Subject: [PATCH] Last (in this series) fix of V86 IRQ handling git-svn-id: svn://kolibrios.org@789 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/core/v86.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trunk/core/v86.inc b/kernel/trunk/core/v86.inc index 83141805ac..409b52cbfe 100644 --- a/kernel/trunk/core/v86.inc +++ b/kernel/trunk/core/v86.inc @@ -846,7 +846,7 @@ end if v86_irq: ; push irq/pushad/jmp v86_irq ; eax = irq - lea esi, [esp+18h] + lea esi, [esp+1Ch] lea edi, [esi+4] mov ecx, 8 std