fix a typo of missing a colon sign after a label symbol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8339 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-05-20 01:58:40 +00:00
parent 391a0724f2
commit f6839dd616
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
# IN UINTN Count
# );
#------------------------------------------------------------------------------
ASM_PFX(InternalMemZeroMem)
ASM_PFX(InternalMemZeroMem):
push %edi
xorl %eax,%eax
movl 8(%esp),%edi