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