Patch from David Mosberger.
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index ee731bb08642fbf952eebc9e7b645b9d26c711db..30e94c7a4751619f13cb287fefcdd205e7cf6459 100644 (file)
@@ -2950,7 +2950,7 @@ parse_partial_symbols (struct objfile *objfile)
                          psymtab_include_list = (char **)
                            alloca ((includes_allocated *= 2) *
                                    sizeof (char *));
-                         memcpy ((PTR) psymtab_include_list, (PTR) orig,
+                         memcpy (psymtab_include_list, orig,
                                  includes_used * sizeof (char *));
                        }
                      continue;
This page took 0.023195 seconds and 4 git commands to generate.