Go to file
Aaron Giles a7d62ae961 > -----Original Message-----
> 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
2009-10-25 05:08:04 +00:00
docs Adjust license.txt to indicate it applies to files unless otherwise 2009-10-12 07:53:52 +00:00
src > -----Original Message----- 2009-10-25 05:08:04 +00:00
.gitattributes New games added as GAME_NOT_WORKING 2009-10-23 22:30:49 +00:00
makefile Move MSVC clean out of core makefile and into windows.mak where it belongs. 2009-09-21 09:03:25 +00:00