From da960fb5fc641802034e47e1c8c25958d7831a0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 10 Nov 2004 19:24:14 +0000 Subject: [PATCH] fix: correction d'un bogue dans la fonction verifysector. --- noyau/disque.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noyau/disque.asm b/noyau/disque.asm index 598ddca..ee4fc15 100644 --- a/noyau/disque.asm +++ b/noyau/disque.asm @@ -874,7 +874,7 @@ invert: add si,4 add cx,4 cmp cx,cs:myboot.sectorsize - jbe invert + jb invert pop cx si ret