[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:
Rustem Gimadutdinov (rgimad)
2021-06-16 13:57:17 +00:00
parent 9cdec89085
commit d4bf03befc
7 changed files with 11 additions and 11 deletions

View File

@@ -436,8 +436,8 @@ net_send_event:
mov edi, SLOT_BASE
mov ecx, [thread_count]
.loop:
add edi, 256
or [edi + APPDATA.event_mask], EVENT_NETWORK2
add edi, sizeof.APPDATA
or [edi + APPDATA.occurred_events], EVENT_NETWORK2
loop .loop
pop ecx edi