Split size in regset section iterators
[deliverable/binutils-gdb.git] / gdb / ppc-obsd-tdep.c
index 838783111a251a6ab599c9af75fe8e4556f445a5..c478324d3858147548bcd928dab0cb6f0bc415fe 100644 (file)
@@ -88,7 +88,7 @@ ppcobsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
                                      void *cb_data,
                                      const struct regcache *regcache)
 {
-  cb (".reg", 412, &ppcobsd_gregset, NULL, cb_data);
+  cb (".reg", 412, 412, &ppcobsd_gregset, NULL, cb_data);
 }
 \f
 
This page took 0.027279 seconds and 4 git commands to generate.