Subversion Repositories Kolibri OS

Rev

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

Rev 917 Rev 924
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: 917 $
8
$Revision: 924 $
9
 
9
 
Line 1058... Line 1058...
1058
 
1058
 
1059
	   mov ebx, [coff]
1059
       mov ebx, [coff]
1060
       stdcall get_coff_sym,[sym],[ebx+CFH.nSymbols],sz_EXPORTS
1060
       stdcall get_coff_sym,[sym],[ebx+CFH.nSymbols],sz_EXPORTS
1061
@@:
1061
@@:
1062
	   mov [exports], eax
-
 
1063
 
1062
       mov [exports], eax
1064
	   stdcall kernel_free, [coff]
1063
	   stdcall kernel_free, [coff]
1065
	   mov eax, [exports]
1064
	   mov eax, [exports]
1066
	   ret
1065
	   ret
1067
.fail:
1066
.fail: