aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-02-01 11:37:46 +0000
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-02-08 11:01:07 +0000
commitda9ecd6085aa03f6f671f1e42431642912635820 (patch)
tree29ab615d0271ba45401ada319911f7ee1476a545 /gdb/python
parentfab2b376e305bfb4c55a51a15d8c7a293628d735 (diff)
downloadgdb-da9ecd6085aa03f6f671f1e42431642912635820.zip
gdb-da9ecd6085aa03f6f671f1e42431642912635820.tar.gz
gdb-da9ecd6085aa03f6f671f1e42431642912635820.tar.bz2
sim/rx: avoid pointer arithmetic on void * pointers
Pointer arithmetic on void * pointers results in a GCC warning. Avoid the warning by casting the pointer to its actual type earlier in the function. sim/rx/ChangeLog: * mem.c (mem_put_blk): Rename parameter, add cast from parameter type to local type. Remove cast later in the function. (mem_get_blk): Likewise. * mem.h (mem_put_blk): Rename parameter to match definition. (mem_get_blk): Likewise.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions