forked from KolibriOS/kolibrios
Fixed iocode typo near CreateEvent
git-svn-id: svn://kolibrios.org@5019 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
8297a4020c
commit
993150ff4d
@ -324,9 +324,9 @@ endl
|
||||
|
||||
push eax edi
|
||||
mov ecx, 0x80000000
|
||||
cmp eax, 17
|
||||
cmp eax, 21
|
||||
je .bulkevent
|
||||
cmp eax, 18
|
||||
cmp eax, 22
|
||||
je .bulkevent
|
||||
xor ecx, ecx
|
||||
.bulkevent:
|
||||
|
Loading…
Reference in New Issue
Block a user