summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start16.S
diff options
context:
space:
mode:
Diffstat (limited to 'DuetPkg/BootSector/start16.S')
-rw-r--r--DuetPkg/BootSector/start16.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/start16.S b/DuetPkg/BootSector/start16.S
index b7c854b02a..de845215d1 100644
--- a/DuetPkg/BootSector/start16.S
+++ b/DuetPkg/BootSector/start16.S
@@ -332,7 +332,7 @@ start:
MemMapLoop:
movl $0xe820, %eax
movl $20, %ecx
- movl 0x534d4150, %edx # 0x534d4150 stands for 'SMAP'
+ movl $0x534d4150, %edx # 0x534d4150 stands for 'SMAP'
int $0x15
jc MemMapDone
addl $20, %edi