Subversion Repositories Kolibri OS

Rev

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

Rev 1035 Rev 1045
Line 1391... Line 1391...
1391
	mov	edx, ebp
1391
	mov	edx, ebp
1392
	call	xpgrealloc
1392
	call	xpgrealloc
1393
	pop	edx ecx
1393
	pop	edx ecx
1394
	test	eax, eax
1394
	test	eax, eax
1395
	jz	.nomem
1395
	jz	.nomem
1396
	add	[ebp + editor_data.memsize], ecx
-
 
1397
	sub	eax, ebp
1396
	sub	eax, ebp
1398
	add	ebp, eax
1397
	add	ebp, eax
1399
	add	esi, eax
1398
	add	esi, eax
-
 
1399
	add	[ebp + editor_data.memsize], ecx
1400
	push	ecx
1400
	push	ecx
1401
	mov	ecx, max_height
1401
	mov	ecx, max_height
1402
	lea	edi, [ebp + editor_data.linedata_start]
1402
	lea	edi, [ebp + editor_data.linedata_start]
1403
@@:
1403
@@:
1404
	add	[edi + editor_line.block], eax
1404
	add	[edi + editor_line.block], eax