common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / mips64obsd-tdep.c
index 3150155a929785f794e0f7728a2b1aade2792e8a..a3921c177c75c51aaa6956e2d111e35fff429c63 100644 (file)
@@ -46,7 +46,7 @@ mips64obsd_supply_gregset (const struct regset *regset,
                           struct regcache *regcache, int regnum,
                           const void *gregs, size_t len)
 {
-  const char *regs = gregs;
+  const char *regs = (const char *) gregs;
   int i;
 
   for (i = 0; i < MIPS64OBSD_NUM_REGS; i++)
This page took 0.024657 seconds and 4 git commands to generate.