Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 387 → Rev 388

/kernel/branches/flat_kernel/detect/commouse.inc
17,7 → 17,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]
39,7 → 39,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]