PR binutils/1437
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index 5a5963740492a81d2eef099c3616cbf436d8132d..1a38beca3aa685af5a7393e6376dc0ac62d051fc 100644 (file)
@@ -1,7 +1,7 @@
 /* Dynamic architecture support for GDB, the GNU debugger.
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
-   Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -43,7 +43,7 @@ void
 legacy_extract_return_value (struct type *type, struct regcache *regcache,
                             gdb_byte *valbuf)
 {
-  char *registers = deprecated_grub_regcache_for_registers (regcache);
+  gdb_byte *registers = deprecated_grub_regcache_for_registers (regcache);
   gdb_byte *buf = valbuf;
   DEPRECATED_EXTRACT_RETURN_VALUE (type, registers, buf); /* OK */
 }
This page took 0.024022 seconds and 4 git commands to generate.