Fix comments error.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: "Yao, Jiewen" <jiewen.yao@intel.com>
Reviewed-by: "Rangarajan, Ravi P" <ravi.p.rangarajan@intel.com>
Reviewed-by: "Ma, Maurice" <maurice.ma@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16845 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Yao, Jiewen
2015-02-13 01:20:35 +00:00
committed by jyao1
parent 01b699a971
commit 1c54ceb705
2 changed files with 10 additions and 10 deletions

View File

@@ -207,7 +207,7 @@ FspSelfCheckDefaultExit:
#------------------------------------------------------------------------------
# SecPlatformInitDefault
# Inputs:
# eax -> Return address
# mm7 -> Return address
# Outputs:
# eax -> 0 - Successful, Non-zero - Failed.
# Register Usage:
@@ -219,7 +219,7 @@ ASM_PFX(SecPlatformInitDefault):
#
# Save return address to EBP
#
movl %eax, %ebp
movd %mm7, %ebp
xorl %eax, %eax
SecPlatformInitDefaultExit:
@@ -532,7 +532,7 @@ ASM_PFX(TempRamInitApi):
SAVE_REGS
#
# Save timestamp into XMM4 & XMM5
# Save timestamp into XMM6
#
rdtsc
SAVE_EAX