[FREELDR] Remove unneeded ASSUME line.

This commit is contained in:
Hermès Bélusca-Maïto 2019-01-31 23:51:00 +01:00
parent 71e13274ee
commit 8077da05e0
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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