]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuId.asm
Update copyright for files modified in this year
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuId.asm
index 867e92a677c61deb3aeb33f99afc8c60f8d07509..a6a4c1d2e2fc4d24465bbc6f6db76c09becd6b04 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation\r
+; Copyright (c) 2006 - 2008, Intel Corporation\r
 ; All rights reserved. This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -36,8 +36,8 @@
 ;------------------------------------------------------------------------------\r
 AsmCpuid    PROC    USES    rbx\r
     mov     eax, ecx\r
-    push    rdx\r
     push    rax                         ; save Index on stack\r
+    push    rdx\r
     cpuid\r
     test    r9, r9\r
     jz      @F\r
@@ -51,7 +51,7 @@ AsmCpuid    PROC    USES    rbx
     jrcxz   @F\r
     mov     [rcx], ebx\r
 @@:\r
-    mov     rcx, [rsp + 30h]\r
+    mov     rcx, [rsp + 38h]\r
     jrcxz   @F\r
     mov     [rcx], edx\r
 @@:\r