Subversion Repositories Kolibri OS

Rev

Rev 3762 | Rev 3771 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3762 Rev 3768
Line 206... Line 206...
206
; this in that case.
206
; this in that case.
207
; Also, [fdc_irq_func], [irq14_func], [irq15_func] could process interrupt
207
; Also, [fdc_irq_func], [irq14_func], [irq15_func] could process interrupt
208
; but do not return whether they did it, so just ignore IRQs 6, 14, 15.
208
; but do not return whether they did it, so just ignore IRQs 6, 14, 15.
209
        cmp     ebp, 6
209
        cmp     ebp, 6
210
        jz      .fail
210
        jz      .fail
211
        cmp     ebp, 14
-
 
212
        jz      .fail
-
 
213
        cmp     ebp, 15
-
 
214
        jz      .fail
-
 
215
        push    ebp
211
        push    ebp
216
        xor     ebp, ebp
212
        xor     ebp, ebp
217
.try_other_irqs:
213
.try_other_irqs:
218
        cmp     ebp, [esp]
214
        cmp     ebp, [esp]
219
        jz      .try_next_irq
215
        jz      .try_next_irq