forked from KolibriOS/kolibrios
[KERNEL] #2 Preparing to merge legacy TASKDATA into APPDATA:
- rename event_mask in APPDATA to occured_events, cause TASKDATA already has event_mask and they have different meaning and usage - small fixes git-svn-id: svn://kolibrios.org@8867 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -450,6 +450,6 @@ debugger_notify:
|
||||
; new debug event
|
||||
mov eax, ebp
|
||||
shl eax, 8
|
||||
or byte [SLOT_BASE+eax+APPDATA.event_mask+1], 1 ; set flag 100h
|
||||
or byte [SLOT_BASE+eax+APPDATA.occurred_events+1], 1 ; set flag 100h
|
||||
.ret:
|
||||
ret
|
||||
|
@@ -942,7 +942,7 @@ proc set_app_params stdcall,slot:dword, params:dword, flags:dword
|
||||
rep movsd
|
||||
|
||||
cmp [thread_count], ebx
|
||||
adc dword [thread_count], 0 ; update number of processes
|
||||
adc [thread_count], 0 ; update number of processes
|
||||
shl ebx, 8
|
||||
lea edx, [ebx+SLOT_BASE+APP_EV_OFFSET]
|
||||
mov [SLOT_BASE+APPDATA.fd_ev+ebx], edx
|
||||
|
Reference in New Issue
Block a user