Subversion Repositories Kolibri OS

Rev

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

Rev 465 Rev 479
Line 1... Line 1...
1
$Revision: 465 $
1
$Revision: 479 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 139... Line 139...
139
	   mov ebx, [irq_tab+eax*4]
139
	   mov ebx, [irq_tab+eax*4]
140
	   test ebx, ebx
140
	   test ebx, ebx
141
	   jz .exit
141
	   jz .exit
Line 142... Line 142...
142
 
142
 
-
 
143
           call ebx
Line 143... Line 144...
143
           call ebx
144
           mov  [check_idle_semaphore],5
144
 
145
 
Line 145... Line 146...
145
.exit:
146
.exit: