summaryrefslogtreecommitdiffstats
path: root/SourceLevelDebugPkg
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-29 20:55:10 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-09-29 20:55:10 +0000
commit68085d37f88aaaaad97f071e2d0e60b276592cc5 (patch)
tree713afab1a37e0ac334e5e540f8b9dc36b12f772f /SourceLevelDebugPkg
parentfa16d12dcc97c20cb4cde053e3e280892d0ccd13 (diff)
downloadedk2-68085d37f88aaaaad97f071e2d0e60b276592cc5.tar.gz
edk2-68085d37f88aaaaad97f071e2d0e60b276592cc5.tar.bz2
edk2-68085d37f88aaaaad97f071e2d0e60b276592cc5.zip
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
Diffstat (limited to 'SourceLevelDebugPkg')
0 files changed, 0 insertions, 0 deletions