From 2955cca945a8a619bd978ddab8679f7606e61a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sat, 31 Mar 2007 11:18:56 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20suppression=20des=20lignes=20de=20d?= =?UTF-8?q?=C3=A9boguages=20pour=20une=20version=20finale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noyau/mcb.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/noyau/mcb.asm b/noyau/mcb.asm index 891304e..7facccc 100644 --- a/noyau/mcb.asm +++ b/noyau/mcb.asm @@ -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: