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
|
||||
mov [byte ptr bx],0
|
||||
call [cs:projfile],si
|
||||
jc @@erroronload
|
||||
mov [byte ptr bx],':'
|
||||
jc @@erroronload
|
||||
;pushad
|
||||
;call biosprint,si
|
||||
;popad
|
||||
|
|
Loading…
Reference in New Issue