forked from KolibriOS/kolibrios
Function 4 - added redirect the output to the user area.
git-svn-id: svn://kolibrios.org@2536 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -4661,6 +4661,8 @@ syscall_writetext: ; WriteText
|
||||
pop esi
|
||||
add ebx, ebp
|
||||
mov eax, edi
|
||||
test ecx, 0x08000000 ; redirect the output to the user area
|
||||
jnz dtext
|
||||
xor edi, edi
|
||||
jmp dtext
|
||||
|
||||
|
Reference in New Issue
Block a user