Sync SetMem64 with MASM version.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@500 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen 2006-06-13 16:06:40 +00:00
parent c0e96fed14
commit 09e91c8e30
1 changed files with 8 additions and 7 deletions

View File

@ -22,10 +22,11 @@
#------------------------------------------------------------------------------
.386:
#.MODEL flat,C
.code:
.global InternalMemSetMem64
InternalMemSetMem64:
.global _InternalMemSetMem64
_InternalMemSetMem64:
push %edi
movl 12(%esp), %ecx
movl 16(%esp), %eax