forked from KolibriOS/kolibrios
replacing TASKDATA.mem_start with APPDATA.memstart
git-svn-id: svn://kolibrios.org@9605 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -971,8 +971,9 @@ proc set_app_params stdcall,slot:dword, params:dword, flags:dword
|
||||
mov [ebx+SLOT_BASE+APPDATA.cur_dir], eax
|
||||
rep movsd
|
||||
|
||||
shr ebx, 3
|
||||
mov dword [TASK_TABLE+ebx+TASKDATA.mem_start], 0
|
||||
;shr ebx, 3
|
||||
;mov dword [TASK_TABLE+ebx+TASKDATA.mem_start], 0
|
||||
mov dword [ebx+SLOT_BASE+APPDATA.mem_start], 0
|
||||
|
||||
mov ebx, [slot]
|
||||
mov eax, ebx
|
||||
|
Reference in New Issue
Block a user