aboutsummaryrefslogtreecommitdiff
path: root/opcodes/riscv-opc.c
diff options
context:
space:
mode:
authorAditya Vidyadhar Kamath <ADITYA.VIDYADHAR.KAMATH@ibm.com>2022-05-20 07:16:34 -0700
committerJoel Brobecker <brobecker@adacore.com>2022-05-20 07:16:34 -0700
commitf270fd72f6694daa74cbd4d42a1ed3aaeddb8e38 (patch)
tree02fd861b60b49438e424e8772c0d38f4b06cf038 /opcodes/riscv-opc.c
parentb43771b045fb5616da3964f2994eefbe8ae70d32 (diff)
downloadgdb-f270fd72f6694daa74cbd4d42a1ed3aaeddb8e38.zip
gdb-f270fd72f6694daa74cbd4d42a1ed3aaeddb8e38.tar.gz
gdb-f270fd72f6694daa74cbd4d42a1ed3aaeddb8e38.tar.bz2
Fix non-pointer type compilation error in aix-thread.c
In aix-thread.c we use ms->value_address () to get the symbol address. This triggers the following compiler error... base operand of '->' has non-pointer type 'bound_minimal_symbol' ... because ms is not a pointer. This commit fixes this error by using ms.value_address () instead.
Diffstat (limited to 'opcodes/riscv-opc.c')
0 files changed, 0 insertions, 0 deletions