]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/Mwait.S
Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes for MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / Mwait.S
index 25d07a1dadb60fc19a7272eefa24da29aac223ab..238a9bc2ab10571fe3c65b95f55c00cdb0181cb7 100644 (file)
@@ -34,5 +34,5 @@ ASM_GLOBAL ASM_PFX(AsmMwait)
 ASM_PFX(AsmMwait):\r
     mov    %ecx,%eax\r
     mov    %edx,%ecx\r
-    mwait  %rax,%rcx\r
+    mwait  %eax,%ecx\r
     ret\r