1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg.

2) Add BaseMemoryLibOptXXX in MdePkg.dsc.
3) Clean up the MdeModulePkg.dsc.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4286 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2007-11-08 03:40:50 +00:00
parent 14e2aca20d
commit 5053cf7f4c
6 changed files with 45 additions and 164 deletions

View File

@@ -40,7 +40,7 @@ _InternalMemCopyMem:
movl 20(%esp), %edx # edx <- Count
cmpl %esi, %edi
je L_CopyDone
cmpl %edx, $0
cmpl $0, %edx
je L_CopyDone
leal -1(%esi, %edx), %eax # eax <- End of Source
cmpl %esi, %edi