diff options
Diffstat (limited to 'gdb/spu-tdep.c')
-rw-r--r-- | gdb/spu-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/spu-tdep.c b/gdb/spu-tdep.c index 7b35c0e..949b4fd 100644 --- a/gdb/spu-tdep.c +++ b/gdb/spu-tdep.c @@ -327,7 +327,8 @@ spu_register_reggroup_p (struct gdbarch *gdbarch, int regnum, /* Address conversion. */ static CORE_ADDR -spu_pointer_to_address (struct type *type, const gdb_byte *buf) +spu_pointer_to_address (struct gdbarch *gdbarch, + struct type *type, const gdb_byte *buf) { ULONGEST addr = extract_unsigned_integer (buf, TYPE_LENGTH (type)); ULONGEST lslr = SPU_LS_SIZE - 1; /* Hard-wired LS size. */ |