fix: correction d'un bogue dans la fonction "mbloadfuncs" qui pouvait intervenir lors d'un chargement non fructueux

This commit is contained in:
Nicolas Hordé 2007-04-11 16:05:35 +00:00
parent 0c56fda060
commit aad0a86377
1 changed files with 1 additions and 1 deletions

View File

@ -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