If dealing with unaligned pointers do not assume to be able to read the data. Here...
commit44c2486bb15d0ece11a91d7cb7c15ad23f764a2f
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 30 Jan 2019 20:04:10 +0000 (30 20:04 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 30 Jan 2019 20:04:10 +0000 (30 20:04 +0000)
tree54d32d92521d5cace51ca5c7934b9d0913b44d4a
parent1eeef5737c804e7ac8ced3d62fd23ac4f9a10d1a
If dealing with unaligned pointers do not assume to be able to read the data. Here the change forbids gcc to issue ldm instruction on ARM.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55660 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/usb/trident/ActionClass.c