summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start16.S
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 07:51:59 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-20 07:51:59 +0000
commit9ffd16fb498e2f45c68f88210d8b6daf88deacb5 (patch)
treee92f944eb59055f5e157365f26785baea66cdabb /DuetPkg/BootSector/start16.S
parent6794a1b9511eb2c07f87f60233d0d0165f25aeba (diff)
syntax checked
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7553 6f19259b-4bc3-4df7-8a09-765794883524
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 b7c854b02..de845215d 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