Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 627 → Rev 628

/kernel/trunk/fs/iso9660.inc
492,6 → 492,7
xor eax, eax
ret
 
;----------------------------------------------------------------
cd_find_lfn:
mov [cd_appl_data],0
; in: esi+ebp -> name
501,6 → 502,11
; 16 ñåêòîð íà÷àëî íàáîðà äåñêðèïòîðîâ òîìîâ
mov [CDSectorAddress],dword 15
mov [CDDataBuf_pointer],CDDataBuf
call WaitUnitReady
cmp [DevErrorCode],0
jne .access_denied
call prevent_medium_removal
.start:
inc dword [CDSectorAddress]