The "record goto" command scans its arguments for "begin", "start", or "end".
[deliverable/binutils-gdb.git] / gdb / spu-multiarch.c
index 0922d042298ae4ba50a89257a115f2a12ce2c496..a74bd30a9963d32238085f3d9dbd8121b87b256d 100644 (file)
@@ -285,7 +285,7 @@ spu_xfer_partial (struct target_ops *ops, enum target_object object,
                                            0, sizeof buf) <= 0)
            return ret;
 
-         lslr = strtoulst (buf, NULL, 16);
+         lslr = strtoulst ((char *) buf, NULL, 16);
          return ops_beneath->to_xfer_partial (ops_beneath, TARGET_OBJECT_SPU,
                                               mem_annex, readbuf, writebuf,
                                               addr & lslr, len);
This page took 0.023766 seconds and 4 git commands to generate.