Browse Source

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

develop
Nicolas Hordé 17 years ago
parent
commit
aad0a86377
  1. 2
      noyau/mcb.asm

2
noyau/mcb.asm

@ -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…
Cancel
Save