X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fr4300%2Fpure_interp.c;h=8b93c217026343f8c62ab95266f0a954c1bacfaf;hb=7b232824d043e2cc90e94d40b6b0a7df4b3d5692;hp=0ddcf42c72190dac3c7e25c7f44a58de48cfde91;hpb=1f4ee9e9e363445037c2ecfd59875222017c58ab;p=mupen64plus-pandora.git diff --git a/source/mupen64plus-core/src/r4300/pure_interp.c b/source/mupen64plus-core/src/r4300/pure_interp.c old mode 100644 new mode 100755 index 0ddcf42..8b93c21 --- a/source/mupen64plus-core/src/r4300/pure_interp.c +++ b/source/mupen64plus-core/src/r4300/pure_interp.c @@ -97,15 +97,15 @@ static void prefetch(void); } #define CHECK_MEMORY() -#include "interpreter.def" - // two functions are defined from the macros above but never used // these prototype declarations will prevent a warning #if defined(__GNUC__) - void JR_IDLE(void) __attribute__((used)); - void JALR_IDLE(void) __attribute__((used)); + static void JR_IDLE(void) __attribute__((used)); + static void JALR_IDLE(void) __attribute__((used)); #endif +#include "interpreter.def" + static cpu_instruction_table pure_interpreter_table = { LB, LBU,