fix error handling for BIOS disks broken in r5569

git-svn-id: svn://kolibrios.org@6014 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2015-12-29 18:43:57 +00:00
parent 34c429147d
commit ad9aec7af3

View File

@ -207,6 +207,8 @@ bd_read:
jmp bd_read
.readerr:
.v86err:
pop edx
pop eax
mov [hd_error], 1
jmp hd_read_error
;-----------------------------------------------------------------