corrected handler irq6 in sys32.inc

git-svn-id: svn://kolibrios.org@20 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2005-11-07 10:46:04 +00:00
parent e0427dd723
commit 5c9d9d79c0

View File

@ -334,8 +334,8 @@ p_irq6:
mov es, ax
call fdc_irq
mov al,0x20 ; ready for next irq
out 0x20,al
mov edi,6
call irqhandler
pop es ds
popad