diff options
author | Yao, Jiewen <jiewen.yao@intel.com> | 2015-02-13 06:17:23 +0000 |
---|---|---|
committer | jyao1 <jyao1@Edk2> | 2015-02-13 06:17:23 +0000 |
commit | c0a8cf34f6f83fd6bf90652a1a3f1123ed5796cd (patch) | |
tree | 25309bd478ea111a220b550ae0c48bfe34fcf992 /IntelFspPkg | |
parent | e7db297691b4f588d5f1cfcf0b0a2e8c5172f0d2 (diff) | |
download | edk2-platforms-c0a8cf34f6f83fd6bf90652a1a3f1123ed5796cd.tar.xz |
Fix build error.
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
Diffstat (limited to 'IntelFspPkg')
-rw-r--r-- | IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|