Subversion Repositories Kolibri OS

Rev

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

Rev 5595 Rev 5998
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. 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: 5595 $
8
$Revision: 5998 $
9
 
9
 
Line 745... Line 745...
745
 
745
 
746
        xor     ebx, ebx
746
        xor     ebx, ebx
747
        test    eax, eax
747
        test    eax, eax
Line -... Line 748...
-
 
748
        jnz     @F
748
        jnz     @F
749
 
749
 
750
        ; disable debug msg
750
        mov     esi, msg_unresolved
751
        ;mov     esi, msg_unresolved
751
        call    sys_msg_board_str
752
        ;call    sys_msg_board_str
752
        mov     esi, edi
753
        ;mov     esi, edi
753
        call    sys_msg_board_str
754
        ;call    sys_msg_board_str
Line 754... Line 755...
754
        mov     esi, msg_CR
755
        ;mov     esi, msg_CR
755
        call    sys_msg_board_str
756
        ;call    sys_msg_board_str
756
 
757
 
757
        mov     [retval], 0
758
        mov     [retval], 0