mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[FREELDR] Remove unneeded ASSUME line.
This commit is contained in:
parent
71e13274ee
commit
8077da05e0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue