bugfix of revision 769

git-svn-id: svn://kolibrios.org@785 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Evgeny Grechnikov (Diamond) 2008-04-03 22:11:49 +00:00
parent 90a098b648
commit 02fc4154be

View File

@ -844,12 +844,12 @@ end if
; ret ; ret
v86_irq: v86_irq:
; push eax/pushad/jmp v86_irq ; push irq/pushad/jmp v86_irq
; eax = irq ; eax = irq
mov ebx, eax mov ebx, eax
lea esi, [esp+18h] lea esi, [esp+18h]
lea edi, [esi+4] lea edi, [esi+4]
mov ecx, 7 mov ecx, 8
std std
rep movsd rep movsd
cld cld