Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5088 → Rev 5089

/kernel/trunk/fs/xfs.asm
25,6 → 25,8
; returns 0 (not XFS or invalid) / pointer to partition structure
xfs_create_partition:
push ebx ecx edx esi edi
cmp dword [esi+DISK.MediaInfo.SectorSize], 512
jnz .error
cmp dword[ebx + xfs_sb.sb_magicnum], XFS_SB_MAGIC ; signature
jne .error