Use gdb_byte for bytes from the program being debugged.
[deliverable/binutils-gdb.git] / gdb / mn10300-tdep.c
index cc0409fdc4ce65167ed250ccf38514171f2ab39a..06092420c077c6068f794f2d8cb3106f0cf4c12e 100644 (file)
@@ -198,7 +198,7 @@ static void
 mn10300_extract_return_value (struct gdbarch *gdbarch, struct type *type,
                              struct regcache *regcache, void *valbuf)
 {
-  char buf[MAX_REGISTER_SIZE];
+  gdb_byte buf[MAX_REGISTER_SIZE];
   int len = TYPE_LENGTH (type);
   int reg, regsz;
 
This page took 0.025114 seconds and 4 git commands to generate.