Subversion Repositories Kolibri OS

Rev

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

Rev 1077 Rev 1081
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2008. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 1077 $
8
$Revision: 1081 $
9
 
9
 
Line 1052... Line 1052...
1052
.17:
1052
.17:
1053
           call srv_handlerEx   ;ebx
1053
           call srv_handlerEx   ;ebx
1054
           mov [esp+36], eax
1054
           mov [esp+36], eax
1055
           ret
1055
           ret
1056
.25:
1056
.25:
-
 
1057
           cmp ebx,32
-
 
1058
           jae .fail
1057
           mov  eax, [current_slot]
1059
           mov  eax, [current_slot]
1058
           btr  [eax+APPDATA.except_mask],ebx
1060
           btr  [eax+APPDATA.except_mask],ebx
1059
           setc byte[esp+36]
1061
           setc byte[esp+36]
1060
           jecxz @f
1062
           jecxz @f
1061
           bts  [eax+APPDATA.except_mask],ebx
1063
           bts  [eax+APPDATA.except_mask],ebx