Revision: 16866
          http://sourceforge.net/p/edk2/code/16866
Author:   hwu1225
Date:     2015-02-13 06:25:58 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
Fix build error.

(Sync patch r16863 from main trunk.)

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

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/16863

Modified Paths:
--------------
    branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm

Modified: branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm
===================================================================
--- branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm    
2015-02-13 06:25:19 UTC (rev 16865)
+++ branches/UDK2014.SP1/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm    
2015-02-13 06:25:58 UTC (rev 16866)
@@ -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