Revision: 16863
          http://sourceforge.net/p/edk2/code/16863
Author:   jyao1
Date:     2015-02-13 06:17:23 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
Fix build error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm

Modified: trunk/edk2/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
===================================================================
--- trunk/edk2/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm      2015-02-13 
05:33:33 UTC (rev 16862)
+++ trunk/edk2/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm      2015-02-13 
06:17:23 UTC (rev 16863)
@@ -110,7 +110,7 @@
    ;   All others reserved.
    
    ; Save return address to EBP
-   mov   ebp, mm7
+   movd  ebp, mm7
 
    xor   eax, eax
 exit:


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and 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