forked from KolibriOS/kolibrios
Small fix of function 36.
git-svn-id: svn://kolibrios.org@939 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
abb25d18e9
commit
13ea3979bb
@ -5112,6 +5112,8 @@ syscall_getarea:
|
|||||||
shr eax,16
|
shr eax,16
|
||||||
mov ebx,edx
|
mov ebx,edx
|
||||||
and ebx,0xffff
|
and ebx,0xffff
|
||||||
|
dec eax
|
||||||
|
dec ebx
|
||||||
; eax - x, ebx - y
|
; eax - x, ebx - y
|
||||||
mov edx,ecx
|
mov edx,ecx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user