https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8077da05e030c77062ae04...
commit 8077da05e030c77062ae041445e49542c5950530 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Thu Jan 31 23:51:00 2019 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Thu Jan 31 23:51:00 2019 +0100
[FREELDR] Remove unneeded ASSUME line. --- boot/freeldr/freeldr/arch/i386/entry.S | 2 -- 1 file changed, 2 deletions(-)
diff --git a/boot/freeldr/freeldr/arch/i386/entry.S b/boot/freeldr/freeldr/arch/i386/entry.S index 799764f858..5e8397e6e0 100644 --- a/boot/freeldr/freeldr/arch/i386/entry.S +++ b/boot/freeldr/freeldr/arch/i386/entry.S @@ -65,8 +65,6 @@ ContinueAddress:
_FrldrStartup:
-ASSUME /*CS:_TEXT,*/ DS:_DATA, ES:_DATA, FS:_DATA, GS:_DATA, SS:_DATA - /* Store BootDrive and BootPartition */ mov byte ptr ds:[_FrldrBootDrive], dl xor eax, eax