Revision: 14134
          http://edk2.svn.sourceforge.net/edk2/?rev=14134&view=rev
Author:   niruiyu
Date:     2013-02-17 06:35:08 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Fix CpuIdEx.asm to return correct ECX/EDX value.

Signed-off-by: Ruiyu Ni <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm

Modified: trunk/edk2/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm
===================================================================
--- trunk/edk2/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm  2013-02-14 19:21:56 UTC 
(rev 14133)
+++ trunk/edk2/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm  2013-02-17 06:35:08 UTC 
(rev 14134)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------
 ;
-; Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
+; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
 ; This program and the accompanying materials
 ; are licensed and made available under the terms and conditions of the BSD 
License
 ; which accompanies this distribution.  The full text of the license may be 
found at
@@ -56,7 +56,7 @@
     jecxz   @F
     mov     [ecx], edx
 @@:
-    mov     edx, [ebp + 28]
+    mov     ecx, [ebp + 28]
     jecxz   @F
     pop     [ecx]
 @@:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to