aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 6045ac0..05b2bee 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -38,8 +38,8 @@ extern int gdbarch_debug;
enum return_value_convention legacy_return_value (struct gdbarch *gdbarch,
struct type *valtype,
struct regcache *regcache,
- void *readbuf,
- const void *writebuf);
+ gdb_byte *readbuf,
+ const gdb_byte *writebuf);
/* Implementation of extract return value that grubs around in the
register cache. */