mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e7db297691
commit
c0a8cf34f6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue