]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuId.asm
Updated CpuFlushCacheLine() to return the address flushed.
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuId.asm
index b5ac0fd2fc03dfdeb81b16bb47dcf58cb8965277..5e7ee19c539b4d98cef070141e538411ee9fe2e3 100644 (file)
@@ -36,8 +36,8 @@
 ;------------------------------------------------------------------------------
 AsmCpuid    PROC    USES    rbx
     mov     eax, ecx
-    push    rdx
     push    rax                         ; save Index on stack
+    push    rdx
     cpuid
     test    r9, r9
     jz      @F