mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-21 20:54:29 +02:00
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:
parent
391a0724f2
commit
f6839dd616
@ -30,7 +30,7 @@
|
||||
# IN UINTN Count
|
||||
# );
|
||||
#------------------------------------------------------------------------------
|
||||
ASM_PFX(InternalMemZeroMem)
|
||||
ASM_PFX(InternalMemZeroMem):
|
||||
push %edi
|
||||
xorl %eax,%eax
|
||||
movl 8(%esp),%edi
|
||||
|
Loading…
x
Reference in New Issue
Block a user