Add quotes to avoid a null test expression.
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index 6045ac0acc1b4eabb4dd6b53b89e762e2d78ea4d..05b2beeb7d876663426c4d1b7cea6b7d38ed4507 100644 (file)
@@ -38,8 +38,8 @@ extern int gdbarch_debug;
 enum return_value_convention legacy_return_value (struct gdbarch *gdbarch,
                                                  struct type *valtype,
                                                  struct regcache *regcache,
-                                                 void *readbuf,
-                                                 const void *writebuf);
+                                                 gdb_byte *readbuf,
+                                                 const gdb_byte *writebuf);
 
 /* Implementation of extract return value that grubs around in the
    register cache.  */
This page took 0.023243 seconds and 4 git commands to generate.