fixed lost app flags in fs_exec_ex()

git-svn-id: svn://kolibrios.org@252 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2006-12-27 03:58:48 +00:00
parent 016250f984
commit 63e2b216d4

View File

@ -185,7 +185,7 @@ proc fs_exec_EX stdcall file_name:dword, cmd_line:dword, flags:dword
stdcall kernel_free, [file_base]
lea eax, [app_cmdline]
stdcall set_app_params ,[slot],eax,[cmd_line],\
[file_name], dword 0 ;[flags]
[file_name], [flags]
mov eax, [save_cr3]
call set_cr3