forked from KolibriOS/kolibrios
fix return value of disk_sync in compatibility case
git-svn-id: svn://kolibrios.org@3283 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6859146cf2
commit
4b55541f4c
@ -629,7 +629,9 @@ disk_sync:
|
|||||||
mov [hdd_appl_data], 0
|
mov [hdd_appl_data], 0
|
||||||
call write_cache
|
call write_cache
|
||||||
mov [hdd_appl_data], 1
|
mov [hdd_appl_data], 1
|
||||||
jmp write_cache
|
call write_cache
|
||||||
|
mov eax, [hd_status]
|
||||||
|
ret
|
||||||
@@:
|
@@:
|
||||||
; The algorithm is straightforward.
|
; The algorithm is straightforward.
|
||||||
push esi
|
push esi
|
||||||
|
Loading…
Reference in New Issue
Block a user