Jan Kiszka wrote: > > OK, attached is an attempt to follow your arguments, while also keeping > topics separate which have different backgrounds (ie. clarify the > messages). As we go for reporting user faults now, lets include those > (unlikely and really buggy) cases over user mode as well.
I guess you meant this? - if ((error_code & 4) && !search_exception_tables(regs->eip)) + if ((error_code & 4) || !search_exception_tables(regs->eip)) In any case, I fully agree on the logic of your latest patch. Will commit, thanks. -- Philippe. _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
