mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
![]() > From: Christophe Jaillet [mailto:christophe.jaillet@wanadoo.fr] > Sent: Saturday, October 17, 2009 9:02 AM > To: submit@mamedev.org > Subject: Correct 3 unbalanced calls to 'profiler_mark_start' and > improve warning message > > Hi, > > while profiling the game 'silentd', I found some 'FILO overflow' > warning. > > This was linked to 2 different unbalanced 'profiler_mark_start' calls. > > The attached patch does the folowing : > - add a missing 'profiler_mark_end' call in 'drawgfxm.h' > - add a missing 'profiler_mark_end' call in 'video/taito_b.c'. I > think > that this one could probably be completely removed > - add a missing 'profiler_mark_end' call in 'profiler.c'. This one > is > very unlikely to happen. This has been done by rearranging a bit the > code in > order to have only one exit in the function > - add more information about the likely type of profiling data that > has > made the fifo overflow. (This is that information that has help me find > the > two first issues). > > Hope this help. > Best regards, > > CJ |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |