From c0a8cf34f6f83fd6bf90652a1a3f1123ed5796cd Mon Sep 17 00:00:00 2001 From: "Yao, Jiewen" Date: Fri, 13 Feb 2015 06:17:23 +0000 Subject: [PATCH] Fix build error. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: "Yao, Jiewen" git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16863 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm index c33e17b7ce..a7249599e2 100644 --- a/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm +++ b/IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm @@ -110,7 +110,7 @@ SecPlatformInitDefault PROC NEAR PUBLIC ; All others reserved. ; Save return address to EBP - mov ebp, mm7 + movd ebp, mm7 xor eax, eax exit: -- 2.39.2