Subversion Repositories Kolibri OS

Rev

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

Rev 647 Rev 6412
Line 29... Line 29...
29
align 4
29
align 4
30
realloc:
30
realloc:
Line 31... Line 31...
31
 
31
 
32
        mov ebx,20
32
        mov ebx,20
33
        mov eax,68
33
        mov eax,68
34
	mov ecx,[esp+4]
34
	mov edx,[esp+4]  ; pointer
35
	mov edx,[esp+8]
35
	mov ecx,[esp+8]  ; size
Line 36... Line 36...
36
        int 0x40
36
        int 0x40