]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix build error.
authorYao, Jiewen <jiewen.yao@intel.com>
Fri, 13 Feb 2015 06:17:23 +0000 (06:17 +0000)
committerjyao1 <jyao1@Edk2>
Fri, 13 Feb 2015 06:17:23 +0000 (06:17 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16863 6f19259b-4bc3-4df7-8a09-765794883524

IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm

index c33e17b7ce4fb6fc961f14e683b70feea0d86eaf..a7249599e20334444f25939dbc075018b77d68a1 100644 (file)
@@ -110,7 +110,7 @@ SecPlatformInitDefault PROC NEAR PUBLIC
    ;   All others reserved.\r
    \r
    ; Save return address to EBP\r
-   mov   ebp, mm7\r
+   movd  ebp, mm7\r
 \r
    xor   eax, eax\r
 exit:\r