Search
lxdream.org :: lxdream/src/sh4/sh4stat.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4stat.h
changeset 905:4c17ebd9ef5e
prev736:a02d1475ccfd
author nkeynes
date Tue Mar 24 11:15:57 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add preliminary implementation of the GDB remote debugging server - attaches to
either or both the SH4 and ARM
file annotate diff log raw
1.1 --- a/src/sh4/sh4stat.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/sh4/sh4stat.h Tue Mar 24 11:15:57 2009 +0000
1.3 @@ -21,6 +21,7 @@
1.4
1.5 #include <stdio.h>
1.6 #include <stdint.h>
1.7 +#include "lxdream.h"
1.8
1.9 #ifdef __cplusplus
1.10 extern "C" {
1.11 @@ -67,7 +68,7 @@
1.12
1.13 void sh4_stats_reset( void );
1.14 void sh4_stats_print( FILE *out );
1.15 - void sh4_stats_add( sh4_inst_id id );
1.16 + void FASTCALL sh4_stats_add( sh4_inst_id id );
1.17 void sh4_stats_add_by_pc( uint32_t pc );
1.18
1.19 #ifdef __cplusplus
.