forked from KolibriOS/kolibrios
kernel: hotfix for 5130
git-svn-id: svn://kolibrios.org@5165 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
65ccbec301
commit
c28f6e1a01
@ -37,7 +37,7 @@ v86_create:
|
|||||||
; allocate tables
|
; allocate tables
|
||||||
mov ebx, eax
|
mov ebx, eax
|
||||||
|
|
||||||
stdcall create_process, 4096, OS_BASE, 4096
|
stdcall create_process, 4096, eax, 4096 ;FIXME
|
||||||
test eax, eax
|
test eax, eax
|
||||||
jz .fail2
|
jz .fail2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user