Fix bug in the handling of directories spanning multiple sectors
authorhpa <hpa>
Sat, 8 Jan 2005 00:58:57 +0000 (00:58 +0000)
committerhpa <hpa>
Sat, 8 Jan 2005 00:58:57 +0000 (00:58 +0000)
ldlinux.asm

index ceb079f..77e3e98 100644 (file)
@@ -990,10 +990,9 @@ searchdir:
                push ds
                pop es                          ; ES = DS
 
-               mov edx,[RootDir]               ; First root directory sector
+               mov eax,[RootDir]               ; First root directory sector
 
 .scansector:
-               mov eax,edx
                call getcachesector
                ; GS:SI now points to this sector