Provide get_shell declaration in procfs.c
[deliverable/binutils-gdb.git] / gdb / vax-tdep.c
index d07a47790761abe66243744b6b4c90e01e6d82ad..21f2066da28d4f79ff8ce15d2e536e0fd2eb4fb7 100644 (file)
@@ -96,7 +96,7 @@ vax_iterate_over_regset_sections (struct gdbarch *gdbarch,
                                  void *cb_data,
                                  const struct regcache *regcache)
 {
-  cb (".reg", VAX_NUM_REGS * 4, &vax_gregset, NULL, cb_data);
+  cb (".reg", VAX_NUM_REGS * 4, VAX_NUM_REGS * 4, &vax_gregset, NULL, cb_data);
 }
 \f
 /* The VAX UNIX calling convention uses R1 to pass a structure return
This page took 0.024204 seconds and 4 git commands to generate.