Re: [hatari-devel] Is it me or the symbols prg option is broken ? |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 03/05/2015 12:07, Eero Tamminen a écrit :
Hi, On sunnuntai 03 toukokuu 2015, Eero Tamminen wrote:While testing it, I bumped into profiler assert (maybe related to new TT-RAM support) that needs fixing next. Sigh.Not related to TT-RAM, but DEBUG define, and the debugger invocations it does after profiler warnings (counters reset done by debugger invocation happening in middle of counter updates causes later assert on counters mismatch). Fixed by disabling DEBUG define (that had been enabled in hopes that it would help fixing WinUAE CPU core reporting zero cycles for many instructions).
hi there's a warning now in debug.c : src/debug/breakcond.c: In function âBreakCond_DoDelayedActionsâ:src/debug/breakcond.c:1616:7: attention : variable âremovedâ set but not used [-Wunused-but-set-variable]
bool removed; Problem is that "removed" is only used in an "assert" statement. Nicolas
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |