From a4b0815f42da49eb3dc1023edf19c864d50e6e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 10 Nov 2004 12:26:45 +0000 Subject: [PATCH] fix: correction d'un bogue dans MBresident. --- noyau/mcb.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/noyau/mcb.asm b/noyau/mcb.asm index 2b7ee99..aa586e1 100644 --- a/noyau/mcb.asm +++ b/noyau/mcb.asm @@ -436,6 +436,7 @@ MBresident: push bx es mov bx,gs dec bx + dec bx mov es,bx mov es:[MB.IsResident],True pop es bx