mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Properly close file descriptors, fix by rwreed@users.sourceforge.net
svn path=/trunk/; revision=5218
This commit is contained in:
parent
b014017354
commit
add211f2ff
1 changed files with 1 additions and 1 deletions
|
@ -1057,6 +1057,7 @@ load_module2:
|
|||
;;
|
||||
;; Close the file
|
||||
;;
|
||||
pop ds
|
||||
mov bx, [_current_filehandle]
|
||||
mov ah, 0x3e
|
||||
int 0x21
|
||||
|
@ -1069,7 +1070,6 @@ load_module2:
|
|||
;;
|
||||
;; Copy the tailing part to high memory
|
||||
;;
|
||||
pop ds
|
||||
mov ecx, [_current_size]
|
||||
mov esi, 0x90000
|
||||
call _himem_copy
|
||||
|
|
Loading…
Reference in a new issue