fix: correction d'un bogue dans la fonction "mbloadfuncs" qui pouvait intervenir lors d'un chargement non fructueux
This commit is contained in:
parent
0c56fda060
commit
aad0a86377
|
@ -660,8 +660,8 @@ PROC mbloadfuncs FAR
|
||||||
jne @@findend
|
jne @@findend
|
||||||
mov [byte ptr bx],0
|
mov [byte ptr bx],0
|
||||||
call [cs:projfile],si
|
call [cs:projfile],si
|
||||||
jc @@erroronload
|
|
||||||
mov [byte ptr bx],':'
|
mov [byte ptr bx],':'
|
||||||
|
jc @@erroronload
|
||||||
;pushad
|
;pushad
|
||||||
;call biosprint,si
|
;call biosprint,si
|
||||||
;popad
|
;popad
|
||||||
|
|
Loading…
Reference in New Issue