Introduce gdbarch_num_cooked_regs
[deliverable/binutils-gdb.git] / gdb / score-tdep.c
index 16bf00ea024e35d8fa9eb70bbb185fe3aa8f619b..b2887c5eae73793fb3877f05c2c69a12753cc5a2 100644 (file)
@@ -1447,8 +1447,8 @@ score7_linux_iterate_over_regset_sections (struct gdbarch *gdbarch,
                                           void *cb_data,
                                           const struct regcache *regcache)
 {
-  cb (".reg", SCORE7_LINUX_SIZEOF_GREGSET, &score7_linux_gregset,
-      NULL, cb_data);
+  cb (".reg", SCORE7_LINUX_SIZEOF_GREGSET, SCORE7_LINUX_SIZEOF_GREGSET,
+      &score7_linux_gregset, NULL, cb_data);
 }
 
 static struct gdbarch *
This page took 0.025462 seconds and 4 git commands to generate.