Re: [hatari-devel] Problems with some FPU tests

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Am Thu, 26 Apr 2018 13:51:34 +0200
schrieb Thorsten Otto <admin@xxxxxxxxxxx>:

> On Dienstag, 24. April 2018 16:26:14 CEST Thorsten Otto wrote:
> > But now i have a similar problem when trying to add --mmu true for
> > cpulevels that support it, some of the tests then fail with an
> > assertion:
> > 
> > hatari: /home/sebilla/atari/hatari/src/statusbar.c:591:
> > Statusbar_UpdateInfo: Assertion `end - DefaultMessage.msg <
> > MAX_MESSAGE_LEN' failed.  
> 
> That assertion was just caused by the status message becoming too
> long.
> 
> With MMU+FPU enabled, the message line looked like this:
> 
> 32MHz/030/68882/MMU 1MB ST(WS3), TOS v0.00, RGB 60 Hz, ------
> 
> which is 61 chars. The attached patch should fix that.

Ugh, right, thanks for debugging this issue! It's now fixed in the
repository (I used 63 as a limit instead of 65 since we've got to take
the width of MessageRect into account here: 640 / 10 - 1 = 63).

 Thomas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/