]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/solib-spu.c
Use gdb_byte for bytes from the program being debugged.
[thirdparty/binutils-gdb.git] / gdb / solib-spu.c
index 6eb45a507b6f27aa7276be004ab95ac7da4a0d2a..7be5232ed3c1ca4620aad4fe5eae1e887cb5c9a5 100644 (file)
@@ -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.  */