summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/bs16.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/bs16.S')
-rw-r--r--DuetPkg/BootSector/bs16.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/bs16.S b/DuetPkg/BootSector/bs16.S
index 217bef3b08..cbb3649a46 100644
--- a/DuetPkg/BootSector/bs16.S
+++ b/DuetPkg/BootSector/bs16.S
@@ -119,7 +119,7 @@ BootSectorEntryPoint:
FindEFILDR:
cmpl $LOADER_FILENAME_PART1, (%di) # Compare to "EFIL"
jne FindVARSTORE
- cmpl $LOADER_FILENAME_PART2, 4(%di)
+ cmpl $LOADER_FILENAME_PART2, 4(%di)
jne FindVARSTORE
cmpl $LOADER_FILENAME_PART3, 7(%di)
jne FindVARSTORE