]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/start16.S
syntax checked
[mirror_edk2.git] / DuetPkg / BootSector / start16.S
index b7c854b02ada87c881f1c4e10ad26b6369bdaff6..de845215d14ada0903d3da482f70fa41ed95cf0d 100644 (file)
@@ -332,7 +332,7 @@ start:
 MemMapLoop: \r
         movl $0xe820, %eax\r
         movl $20, %ecx\r
-        movl 0x534d4150, %edx  # 0x534d4150  stands for 'SMAP'\r
+        movl $0x534d4150, %edx  # 0x534d4150  stands for 'SMAP'\r
         int $0x15\r
         jc  MemMapDone\r
         addl $20, %edi\r