Split size in regset section iterators
[deliverable/binutils-gdb.git] / gdb / rs6000-aix-tdep.c
index 8e69c465fa742ce1bd2c99990bb874e763d3fc18..50a146a4f0e5536a37dccaa61b3ced0d65255def 100644 (file)
@@ -146,9 +146,9 @@ rs6000_aix_iterate_over_regset_sections (struct gdbarch *gdbarch,
                                         const struct regcache *regcache)
 {
   if (gdbarch_tdep (gdbarch)->wordsize == 4)
-    cb (".reg", 592, &rs6000_aix32_regset, NULL, cb_data);
+    cb (".reg", 592, 592, &rs6000_aix32_regset, NULL, cb_data);
   else
-    cb (".reg", 576, &rs6000_aix64_regset, NULL, cb_data);
+    cb (".reg", 576, 576, &rs6000_aix64_regset, NULL, cb_data);
 }
 
 
This page took 0.023785 seconds and 4 git commands to generate.