feat: suppression des lignes de déboguages pour une version finale

This commit is contained in:
Nicolas Hordé 2007-03-31 11:18:56 +00:00
parent ea9ab47d47
commit 2955cca945
1 changed files with 6 additions and 6 deletions

View File

@ -651,9 +651,9 @@ PROC mbloadfuncs FAR
call mbsearchfunc,si
jnc @@toendoftext
mov bx,si
pushad
call biosprint,si
popad
;pushad
;call biosprint,si
;popad
@@findend:
inc bx
cmp [byte ptr bx], ':'
@ -662,9 +662,9 @@ popad
call [cs:projfile],si
jc @@erroronload
mov [byte ptr bx],':'
pushad
call biosprint,si
popad
;pushad
;call biosprint,si
;popad
call mbsearchfunc,si
jc @@libnotexist
@@toendoftext: