aboutsummaryrefslogtreecommitdiff
path: root/gdb/shnbsd-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/shnbsd-tdep.h')
-rw-r--r--gdb/shnbsd-tdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/shnbsd-tdep.h b/gdb/shnbsd-tdep.h
index e57fd58..2b366c0 100644
--- a/gdb/shnbsd-tdep.h
+++ b/gdb/shnbsd-tdep.h
@@ -22,7 +22,7 @@
#ifndef SH_NBSD_TDEP_H
#define SH_NBSD_TDEP_H
-void shnbsd_supply_reg (char *, int);
-void shnbsd_fill_reg (char *, int);
+void shnbsd_supply_reg (struct regcache *, const char *, int);
+void shnbsd_fill_reg (const struct regcache *, char *, int);
#endif /* SH_NBSD_TDEP_H */