VIEWS3DS - fix for kernel r.2536. Programmers should observe the correct order of data by a call of kernel functions! Read documentation! RTFM!

git-svn-id: svn://kolibrios.org@2564 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2012-04-04 17:19:41 +00:00
parent d277a579f2
commit f90f9144dc

View File

@ -481,7 +481,7 @@ still:
mov eax,4 ; function 4 : write text to window
mov ebx,5*65536+23 ; [x start] *65536 + [y start]
mov ecx,-1
mov ecx,0x00ffffff ;-1
mov edx,STRdata ; pointer to text beginning
mov esi,10 ; text length
int 40h