Subversion Repositories Kolibri OS

Rev

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

Rev 717 Rev 783
Line 56... Line 56...
56
endp
56
endp
57
 
57
 
Line 58... Line 58...
58
proc dll.GetProcAddress, exp:dword,sz_name:dword
58
proc dll.GetProcAddress, exp:dword,sz_name:dword
59
		mov	edx,[exp]
59
		mov	edx,[exp]
-
 
60
		xor	eax,eax
60
  .next:	test	edx,edx
61
  .next:	or	edx,edx
-
 
62
		jz	.end
-
 
63
		cmp	dword[edx],0
61
		jz	.end
64
		jz	.end
62
		stdcall strcmp,[edx],[sz_name]
65
		stdcall strcmp,[edx],[sz_name]
63
		test	eax,eax
66
		test	eax,eax
64
		jz	.ok
67
		jz	.ok
65
		add	edx,8
68
		add	edx,8