summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
authorStephen Clark <stephen.clark@oarcorp.com>2021-05-13 10:13:57 -0500
committerJoel Sherrill <joel@rtems.org>2021-10-27 13:25:30 -0500
commit9b088157edeeaac688ea196abcfb111bf4de6f1f (patch)
tree723d54b745b2a4c5d081967cc655727a6ec22326 /cpukit/score/cpu
parentsptests/sp69: Remove test case (diff)
downloadrtems-9b088157edeeaac688ea196abcfb111bf4de6f1f.tar.bz2
rtems-debugger: Fixed pointer types to work on 32 and 64 bit architectures
Using 32bit types like uint32_t for pointers creates issues on 64 bit architectures like AArch64. Replaced occurrences of these with uintptr_t, which will work for both 32 and 64 bit architectures. Added hex_decode_addr function to rtems-debugger.
Diffstat (limited to 'cpukit/score/cpu')
0 files changed, 0 insertions, 0 deletions