Subversion Repositories Kolibri OS

Rev

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

Rev 1220 Rev 1260
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2007. 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: 1220 $
8
$Revision: 1260 $
Line 9... Line 9...
9
 
9
 
Line 149... Line 149...
149
       jmp .wait_lock
149
       jmp .wait_lock
Line 150... Line 150...
150
 
150
 
151
.get_lock:
151
.get_lock:
152
       mov eax, 1
152
       mov eax, 1
153
       xchg eax, [application_table_status]
153
       xchg eax, [application_table_status]
154
       cmp eax, 0
154
       test eax, eax
Line 155... Line 155...
155
       jne .wait_lock
155
       jnz .wait_lock
Line 156... Line 156...
156
 
156
 
157
       call set_application_table_status
157
       call set_application_table_status