Subversion Repositories Kolibri OS

Rev

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

Rev 3187 Rev 3359
Line 457... Line 457...
457
; 3a. Call the driver.
457
; 3a. Call the driver.
458
        mov     al, DISKFUNC.close
458
        mov     al, DISKFUNC.close
459
        stdcall disk_call_driver
459
        stdcall disk_call_driver
460
; 3b. Free the structure.
460
; 3b. Free the structure.
461
        xchg    eax, esi
461
        xchg    eax, esi
-
 
462
        push    ebx
462
        call    free
463
        call    free
-
 
464
        pop     ebx
463
; 4. Return.
465
; 4. Return.
464
.nothing:
466
.nothing:
465
        ret
467
        ret
Line 466... Line 468...
466
 
468