oliviermartin 68085d37f8 ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in __aeabi_uread4
Change __aeabi_uread4 from:
    ldrb    r2, [r0, #1]
    ldrb    r1, [r0]
    (...)
to:
    ldrb    r1, [r0]
    ldrb    r2, [r0, #1]
    (...)

This change is a workaround to handle correctly __aeabi_uread4 on ARM
Versatile Express RTSM.
It should not have any major consequence on the other ARM platforms.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12481 6f19259b-4bc3-4df7-8a09-765794883524
2011-09-29 20:55:10 +00:00
2011-09-29 20:40:00 +00:00
2011-05-09 17:48:32 +00:00
2011-05-09 17:49:17 +00:00
2011-09-02 13:31:24 +00:00
2011-09-19 17:24:20 +00:00
2011-09-21 06:59:17 +00:00
2011-09-07 05:51:55 +00:00
2011-02-15 12:12:21 +00:00
2011-02-16 12:21:31 +00:00
2011-02-16 12:21:31 +00:00
Description
Acidanthera UEFI Development Kit based on EDK II edk2-stable202405
319 MiB
Languages
C 76.4%
Assembly 10.5%
Python 9.3%
Rich Text Format 1.5%
C++ 0.8%
Other 1.1%