Remove unnecessary @w{} in gdb.texinfo
[deliverable/binutils-gdb.git] / gdb / i386fbsd-tdep.c
index d92a2d6184e862c0099000b9ef0564129652e6fe..2b49f80c2c596c41019e9b02342fb4879e555539 100644 (file)
@@ -86,7 +86,7 @@ static void
 i386fbsd_supply_uthread (struct regcache *regcache,
                         int regnum, CORE_ADDR addr)
 {
-  char buf[4];
+  gdb_byte buf[4];
   int i;
 
   gdb_assert (regnum >= -1);
@@ -106,7 +106,7 @@ static void
 i386fbsd_collect_uthread (const struct regcache *regcache,
                          int regnum, CORE_ADDR addr)
 {
-  char buf[4];
+  gdb_byte buf[4];
   int i;
 
   gdb_assert (regnum >= -1);
This page took 0.023345 seconds and 4 git commands to generate.