Subversion Repositories Kolibri OS

Rev

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

Rev 3558 Rev 3598
Line 9... Line 9...
9
;;  Distributed under GPL. See file COPYING for details.        ;;
9
;;  Distributed under GPL. See file COPYING for details.        ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
10
;;  Copyright 2003 Ville Turjanmaa                              ;;
11
;;                                                              ;;
11
;;                                                              ;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 13...
13
 
13
 
Line 14... Line 14...
14
$Revision: 3558 $
14
$Revision: 3598 $
15
 
15
 
16
align 4 ;3A08
16
align 4 ;3A08
17
build_interrupt_table:
17
build_interrupt_table:
Line 502... Line 502...
502
        mov     edi, esi
502
        mov     edi, esi
503
        shl     edi, 5
503
        shl     edi, 5
504
        mov     eax, [SLOT_BASE+edi*8+APPDATA.debugger_slot]
504
        mov     eax, [SLOT_BASE+edi*8+APPDATA.debugger_slot]
505
        test    eax, eax
505
        test    eax, eax
506
        jz      .nodebug
506
        jz      .nodebug
507
        push    8
-
 
508
        pop     ecx
507
        movi    ecx, 8
509
        push    dword [CURRENT_TASK+edi+TASKDATA.pid]; PID
508
        push    dword [CURRENT_TASK+edi+TASKDATA.pid]; PID
510
        push    2
509
        push    2
511
        call    debugger_notify
510
        call    debugger_notify
512
        pop     ecx
511
        pop     ecx
513
        pop     ecx
512
        pop     ecx