diff options
Diffstat (limited to 'gdb/solib-spu.c')
-rw-r--r-- | gdb/solib-spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib-spu.c b/gdb/solib-spu.c index 6eb45a5..7be5232 100644 --- a/gdb/solib-spu.c +++ b/gdb/solib-spu.c @@ -162,7 +162,7 @@ spu_current_sos (void) struct so_list *head; struct so_list **link_ptr; - char buf[MAX_SPE_FD * 4]; + gdb_byte buf[MAX_SPE_FD * 4]; int i, size; /* First, retrieve the SVR4 shared library list. */ |