filename | src/sh4/sh4stat.h |
changeset | 905:4c17ebd9ef5e |
prev | 736:a02d1475ccfd |
author | nkeynes |
date | Wed Oct 29 23:51:58 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Use regparam calling conventions for all functions called from translated code, along with a few other high-use functions. Can probably extend this to all functions, but as it is this is a nice performance boost |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4stat.h Mon Jul 14 07:44:42 2008 +00001.2 +++ b/src/sh4/sh4stat.h Wed Oct 29 23:51:58 2008 +00001.3 @@ -21,6 +21,7 @@1.5 #include <stdio.h>1.6 #include <stdint.h>1.7 +#include "lxdream.h"1.9 #ifdef __cplusplus1.10 extern "C" {1.11 @@ -67,7 +68,7 @@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.19 #ifdef __cplusplus
.