Search
lxdream.org :: lxdream/src/sh4/sh4stat.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4stat.in
changeset 905:4c17ebd9ef5e
prev824:016cda9d0518
next945:787729653236
author nkeynes
date Thu Oct 30 00:06:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change xlat_get_native_pc to pass in the expected code region - this lets the Mac
unwind implementation range test the IP address (which works) rather than EBP
(which doesn't for some reason).

Remove the test in configure that prevents fomit-frame-pointer being used in Mac
builds.
file annotate diff log raw
1.1 --- a/src/sh4/sh4stat.in Sun Aug 24 01:43:17 2008 +0000
1.2 +++ b/src/sh4/sh4stat.in Thu Oct 30 00:06:49 2008 +0000
1.3 @@ -186,7 +186,7 @@
1.4 fprintf( out, "Total: %lld\n", sh4_stats_total );
1.5 }
1.6
1.7 -void sh4_stats_add( sh4_inst_id item )
1.8 +void FASTCALL sh4_stats_add( sh4_inst_id item )
1.9 {
1.10 sh4_stats[item]++;
1.11 sh4_stats_total++;
.