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