Subversion Repositories Kolibri OS

Rev

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

Rev 3164 Rev 3202
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2011-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2011-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3164 $
8
$Revision: 3202 $
9
 
9
 
10
; =============================================================================
10
; =============================================================================
11
; ================================= Constants =================================
11
; ================================= Constants =================================
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