summaryrefslogtreecommitdiff
path: root/DuetPkg/BootSector/efi64.asm
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-08 06:22:31 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-08 06:22:31 +0000
commitc5dfb4770b115c57563c07d1f4379f45c2904caf (patch)
tree06e9d5a94ffe8394f6eef9c820775e761fe461fb /DuetPkg/BootSector/efi64.asm
parenta8d0c20e7aa01e4f676003650b3b1c7cb40028ba (diff)
downloadedk2-platforms-c5dfb4770b115c57563c07d1f4379f45c2904caf.tar.xz
Support X64 build for DUET platform.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5183 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/efi64.asm')
-rw-r--r--DuetPkg/BootSector/efi64.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/DuetPkg/BootSector/efi64.asm b/DuetPkg/BootSector/efi64.asm
index bbf8fee35a..7960385bd1 100644
--- a/DuetPkg/BootSector/efi64.asm
+++ b/DuetPkg/BootSector/efi64.asm
@@ -597,7 +597,7 @@ InnerLoop1:
- wbinvd
+ ;wbinvd
@@:
jmp @b
@@ -690,7 +690,7 @@ looptop:
mov byte ptr [edi], bl
add edi, 2
loop looptop
- wbinvd
+ ;wbinvd
pop eax
pop ebx