Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9166 → Rev 9168

/kernel/branches/kolibri-ahci/blkdev/ahci.inc
574,6 → 574,7
 
push ecx
mov eax, [hd_counter]
inc [hd_counter]
xor edx, edx
mov ecx, 10
div ecx ; eax = hd_counter / 10, edx = hd_counter % 10