summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/start.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/start.S
parent6794a1b9511eb2c07f87f60233d0d0165f25aeba (diff)
downloadedk2-platforms-9ffd16fb498e2f45c68f88210d8b6daf88deacb5.tar.xz
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/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