Subversion Repositories Kolibri OS

Rev

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

Rev 9732 Rev 9754
Line 461... Line 461...
461
 
461
 
462
	mov	[error_pointer],file_name
462
	mov	[error_pointer],file_name
463
	call	start_error_window_thread
463
	call	start_error_window_thread
464
	popa
464
	popa
465
	add	esp,8+8
465
	add	esp,8+8
466
	ret
466
	jmp	still
467
;--------------------------------------
467
;--------------------------------------
468
@@:
468
@@:
469
	mov	eax,[delete_dir_data+8]
469
	mov	eax,[delete_dir_data+8]
470
	imul	eax,304
470
	imul	eax,304
Line 490... Line 490...
490
 
490
 
491
	mov	[error_pointer],file_name
491
	mov	[error_pointer],file_name
492
	call	start_error_window_thread
492
	call	start_error_window_thread
493
	popa
493
	popa
494
	add	esp,8+8
494
	add	esp,8+8
495
	ret
495
	jmp	still
496
;--------------------------------------
496
;--------------------------------------
497
@@:
497
@@:
498
	cmp	[nesting_direction],0
498
	cmp	[nesting_direction],0
Line 539... Line 539...
539
	inc	[directories_counter]
539
	inc	[directories_counter]
540
	mov	ebp,[appl_memory_old]
540
	mov	ebp,[appl_memory_old]
541
	mov	ebp,[ebp+8]
541
	mov	ebp,[ebp+8]
542
;--------------------------------------
542
;--------------------------------------
543
.start:
543
.start:
-
 
544
	test	ebp,ebp
-
 
545
	jz	.continue_4
544
	mov	ebx,ebp
546
	mov	ebx,ebp
545
	dec	ebx
547
	dec	ebx
546
	imul	ebx,304
548
	imul	ebx,304
547
	add	ebx,[appl_memory_old]
549
	add	ebx,[appl_memory_old]
548
	add	ebx,32+40
550
	add	ebx,32+40