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
|
push eax edi
|
||||||
mov ecx, 0x80000000
|
mov ecx, 0x80000000
|
||||||
cmp eax, 17
|
cmp eax, 21
|
||||||
je .bulkevent
|
je .bulkevent
|
||||||
cmp eax, 18
|
cmp eax, 22
|
||||||
je .bulkevent
|
je .bulkevent
|
||||||
xor ecx, ecx
|
xor ecx, ecx
|
||||||
.bulkevent:
|
.bulkevent:
|
||||||
|
Loading…
Reference in New Issue
Block a user