From: Brian Palmer Date: Sun, 9 Jun 2002 00:03:58 +0000 (+0000) Subject: Fixed bug that was preventing FreeLoader from booting on FAT32 systems. X-Git-Tag: backups/DBXSL@12427~36 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=662162a601f07a9e41789a6126a2e416203e47ae Fixed bug that was preventing FreeLoader from booting on FAT32 systems. svn path=/trunk/; revision=3028 --- diff --git a/freeldr/bootsect/fat32.asm b/freeldr/bootsect/fat32.asm index 232b3d0e3f9..2676f640f71 100644 --- a/freeldr/bootsect/fat32.asm +++ b/freeldr/bootsect/fat32.asm @@ -315,8 +315,6 @@ FoundFile: mov si,msgLoading ; Loading message call PutChars ; Display it - popad - xor di,di ; ES:DI has dir entry xor dx,dx mov ax,WORD [es:di+14h] ; Get start cluster high word