Fixed iocode typo near CreateEvent

git-svn-id: svn://kolibrios.org@5019 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
gtament 2014-08-06 15:58:24 +00:00
parent 8297a4020c
commit 993150ff4d

View File

@ -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: