Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8064 → Rev 8063

/kernel/trunk/blkdev/rd.inc
45,7 → 45,6
; so try to calculate it using partition structure,
; assuming that file systems fill the real size based on contents of the partition.
; 2a. Prepare for loop over partitions.
xor eax, eax
xor ecx, ecx
xor edx, edx
; 2b. Check that at least one partition was recognized.
81,7 → 80,6
dec esi
jnz @b
.no_reclaim:
mov eax, ebx
pop esi ebx ; restore used registers to be stdcall
ret
.fail: