Fix SBO bit in disassembly mask for ldrah on AArch64.
[deliverable/binutils-gdb.git] / gdb / valops.c
index 93374576841056a6b5951716437260847c5a9d91..9bdbf22b03cdc055625eb71e6ad45955cea5973f 100644 (file)
@@ -3343,7 +3343,7 @@ value_struct_elt_for_reference (struct type *domain, int offset,
                                int want_address,
                                enum noside noside)
 {
-  struct type *t = curtype;
+  struct type *t = check_typedef (curtype);
   int i;
   struct value *v, *result;
 
This page took 0.025606 seconds and 4 git commands to generate.