feat: suppression des lignes de déboguages pour une version finale
This commit is contained in:
parent
ea9ab47d47
commit
2955cca945
|
@ -651,9 +651,9 @@ PROC mbloadfuncs FAR
|
||||||
call mbsearchfunc,si
|
call mbsearchfunc,si
|
||||||
jnc @@toendoftext
|
jnc @@toendoftext
|
||||||
mov bx,si
|
mov bx,si
|
||||||
pushad
|
;pushad
|
||||||
call biosprint,si
|
;call biosprint,si
|
||||||
popad
|
;popad
|
||||||
@@findend:
|
@@findend:
|
||||||
inc bx
|
inc bx
|
||||||
cmp [byte ptr bx], ':'
|
cmp [byte ptr bx], ':'
|
||||||
|
@ -662,9 +662,9 @@ popad
|
||||||
call [cs:projfile],si
|
call [cs:projfile],si
|
||||||
jc @@erroronload
|
jc @@erroronload
|
||||||
mov [byte ptr bx],':'
|
mov [byte ptr bx],':'
|
||||||
pushad
|
;pushad
|
||||||
call biosprint,si
|
;call biosprint,si
|
||||||
popad
|
;popad
|
||||||
call mbsearchfunc,si
|
call mbsearchfunc,si
|
||||||
jc @@libnotexist
|
jc @@libnotexist
|
||||||
@@toendoftext:
|
@@toendoftext:
|
||||||
|
|
Loading…
Reference in New Issue