kernel: hotfix for 5130

git-svn-id: svn://kolibrios.org@5165 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2014-11-04 06:00:48 +00:00
parent 65ccbec301
commit c28f6e1a01

View File

@ -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