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:
@@ -570,7 +570,7 @@ align 4
|
||||
;--------------------------------------
|
||||
align 4
|
||||
.FlagAutoReset: ; retvals: BgrRedraw=5, IPC=7, Stack=8, Debug=9
|
||||
btr [ebx+APPDATA.event_mask], eax
|
||||
btr [ebx+APPDATA.occurred_events], eax
|
||||
jnc .loop
|
||||
;--------------------------------------
|
||||
align 4
|
||||
|
Reference in New Issue
Block a user