ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8

Added missing 'return' instruction.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13582 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2012-08-02 09:52:12 +00:00
parent 044824d960
commit 7d77584763
1 changed files with 2 additions and 0 deletions

View File

@ -62,5 +62,7 @@ __aeabi_uwrite8
strb r3, [r2, #6]
mov r3, r1, lsr #24
strb r3, [r2, #7]
bx lr
END