fix: correction d'un bogue dans la fonction verifysector.
This commit is contained in:
parent
628a422717
commit
da960fb5fc
|
@ -874,7 +874,7 @@ invert:
|
||||||
add si,4
|
add si,4
|
||||||
add cx,4
|
add cx,4
|
||||||
cmp cx,cs:myboot.sectorsize
|
cmp cx,cs:myboot.sectorsize
|
||||||
jbe invert
|
jb invert
|
||||||
pop cx si
|
pop cx si
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue