* hppa-dis.c (print_insn_hppa): Change condition args to use
[deliverable/binutils-gdb.git] / gdb / dwarfread.c
index e9893caa26a908be5e7bc20bc9d6746903a169d4..13599fae35f045b3ee90503c225bb64278c535d8 100644 (file)
@@ -2456,8 +2456,7 @@ psymtab_to_symtab_1 (pst)
          if (DBLENGTH (pst))   /* Otherwise it's a dummy */
            {
              buildsym_init ();
-             old_chain = make_cleanup ((make_cleanup_func)
-                                       really_free_pendings, 0);
+             old_chain = make_cleanup (really_free_pendings, 0);
              read_ofile_symtab (pst);
              if (info_verbose)
                {
This page took 0.027429 seconds and 4 git commands to generate.