Search
lxdream.org :: lxdream/src/sh4/sh4stat.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4stat.in
changeset 730:a0f02e769c2e
prev673:44c579439d73
next824:016cda9d0518
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/src/sh4/sh4stat.in Sun May 25 21:01:55 2008 +0000
1.2 +++ b/src/sh4/sh4stat.in Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -17,8 +17,8 @@
1.4 */
1.5
1.6 #include "dream.h"
1.7 -#include "sh4stat.h"
1.8 -#include "sh4core.h"
1.9 +#include "sh4/sh4stat.h"
1.10 +#include "sh4/sh4core.h"
1.11
1.12 static uint64_t sh4_stats[SH4_INSTRUCTION_COUNT+1];
1.13 static uint64_t sh4_stats_total;
.