forked from KolibriOS/kolibrios
bugfix of revision 769
git-svn-id: svn://kolibrios.org@785 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
90a098b648
commit
02fc4154be
@ -844,12 +844,12 @@ end if
|
||||
; ret
|
||||
|
||||
v86_irq:
|
||||
; push eax/pushad/jmp v86_irq
|
||||
; push irq/pushad/jmp v86_irq
|
||||
; eax = irq
|
||||
mov ebx, eax
|
||||
lea esi, [esp+18h]
|
||||
lea edi, [esi+4]
|
||||
mov ecx, 7
|
||||
mov ecx, 8
|
||||
std
|
||||
rep movsd
|
||||
cld
|
||||
|
Loading…
Reference in New Issue
Block a user