Subversion Repositories Kolibri OS

Rev

Rev 273 | Rev 425 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 273 Rev 321
Line 220... Line 220...
220
        test    eax, eax
220
        test    eax, eax
221
        jz      .fail_free_mft
221
        jz      .fail_free_mft
222
        mov     [ntfs_data.cur_index_buf], eax
222
        mov     [ntfs_data.cur_index_buf], eax
Line 223... Line 223...
223
 
223
 
-
 
224
        popad
224
        popad
225
        call    free_hd_channel
225
        and     [hd1_status], 0
226
        and     [hd1_status], 0
Line 226... Line 227...
226
        ret
227
        ret
227
 
228