Sedat Dilek <[email protected]> writes: > diff --git a/proc.c b/proc.c > index e17b9ed..43ccbfd 100644 > --- a/proc.c > +++ b/proc.c > @@ -752,8 +752,10 @@ breakpoint_for_symbol(struct library_symbol *libsym, > struct Process *proc) > struct breakpoint *bp = dict_find_entry(proc->breakpoints, > bp_addr); > if (bp != NULL) { > +#ifndef __mips__ > assert(bp->libsym == NULL); > bp->libsym = libsym; > +#endif > return 0; > }
I commited something else with the same effect. Thanks, PM _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel
