Subversion Repositories Kolibri OS

Rev

Rev 1951 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1951 Rev 8271
Line 21... Line 21...
21
	mov edi,system_path.1
21
	mov edi,system_path.1
22
	mov ecx,128/4
22
	mov ecx,128/4
23
	cld
23
	cld
24
	rep movsd
24
	rep movsd
Line 25... Line -...
25
	
-
 
26
	mov esi,[cnv_plugin_name_pointer]
-
 
27
	mov edi,err_message_found_lib.1
-
 
28
	mov ecx,128/4
-
 
29
	rep movsd
-
 
30
	
-
 
31
	mov esi,[cnv_plugin_name_pointer]
-
 
32
	mov edi,err_message_import.1
-
 
33
	mov ecx,128/4
-
 
34
	rep movsd
-
 
35
	
25
	
36
load_library system_path.1, path, library_path, system_path, \
-
 
37
err_message_found_lib, head_f_l, \
26
load_library system_path.1, library_path, system_path, \
Line 38... Line 27...
38
[cnv_plugin_import_pointer], err_message_import, head_f_i, plugins_directory
27
[cnv_plugin_import_pointer], plugins_directory
39
 
28
 
40
	test  eax,eax
29
	test  eax,eax
41
	jnz    START.exit_1
30
	jnz    START.exit_1