wrong var name

git-svn-id: svn://kolibrios.org@3284 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-02-27 10:54:05 +00:00
parent 4b55541f4c
commit dbd7b62e8f

View File

@ -630,7 +630,7 @@ disk_sync:
call write_cache call write_cache
mov [hdd_appl_data], 1 mov [hdd_appl_data], 1
call write_cache call write_cache
mov eax, [hd_status] mov eax, [hd_error]
ret ret
@@: @@:
; The algorithm is straightforward. ; The algorithm is straightforward.