2005-07-13 Eric Christopher <echristo@redhat.com>
[deliverable/binutils-gdb.git] / gdb / amd64fbsd-tdep.c
index 7d328947b9c59d76c54d85b6d86288368c99521a..d7349559b1ec508fc64caa94c8f0e6d498c18f5a 100644 (file)
@@ -146,7 +146,7 @@ static void
 amd64fbsd_supply_uthread (struct regcache *regcache,
                          int regnum, CORE_ADDR addr)
 {
-  char buf[8];
+  gdb_byte buf[8];
   int i;
 
   gdb_assert (regnum >= -1);
@@ -166,7 +166,7 @@ static void
 amd64fbsd_collect_uthread (const struct regcache *regcache,
                           int regnum, CORE_ADDR addr)
 {
-  char buf[8];
+  gdb_byte buf[8];
   int i;
 
   gdb_assert (regnum >= -1);
This page took 0.023419 seconds and 4 git commands to generate.