ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4

The passed arguments did not match the __aeabi_memset prototype.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12459 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2011-09-27 18:13:26 +00:00
parent 886f97c86b
commit ae7f81cba3
1 changed files with 2 additions and 0 deletions

View File

@ -47,9 +47,11 @@ L9
ldmfd sp!, {r7, pc}
__aeabi_memclr
mov r2, r1
mov r1, #0
b __aeabi_memset
__aeabi_memclr4
mov r2, r1
mov r1, #0
b __aeabi_memset