Subversion Repositories Kolibri OS

Rev

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

Rev 4672 Rev 4673
Line 404... Line 404...
404
.next_thread:
404
.next_thread:
405
	inc ecx
405
	inc ecx
406
	jmp .check_threads
406
	jmp .check_threads
Line 407... Line 407...
407
 
407
 
-
 
408
.close_program:
408
.close_program:
409
	mcall 18,3 ; restore and active window of previous thread
409
	mov eax, -1
410
	mov eax, -1
Line 410... Line 411...
410
	mcall
411
	mcall
411
 
412