replacing TASK DATA.pid with APPDATA.tid
git-svn-id: svn://kolibrios.org@9692 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -57,8 +57,8 @@ reserve_cd:
|
||||
reserve_ok2:
|
||||
push eax
|
||||
mov eax, [current_slot_idx]
|
||||
shl eax, 5
|
||||
mov eax, [eax+TASK_TABLE+TASKDATA.pid]
|
||||
shl eax, BSF sizeof.APPDATA
|
||||
mov eax, [eax + SLOT_BASE + APPDATA.tid]
|
||||
mov [cd_status], eax
|
||||
pop eax
|
||||
sti
|
||||
|
Reference in New Issue
Block a user