Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 431 → Rev 465

/kernel/trunk/detect/commouse.inc
25,7 → 25,7
 
mov eax,4
shl eax,2
mov [irq_owner+eax],byte 1
mov [irq_owner+eax], 1
 
inc dword [RESERVED_PORTS]
mov edi,[RESERVED_PORTS]
47,7 → 47,7
 
mov eax,3
shl eax,2
mov [irq_owner+eax],byte 1
mov [irq_owner+eax], 1
 
inc dword [RESERVED_PORTS]
mov edi,[RESERVED_PORTS]