X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fmupen64plus-core%2Fsrc%2Fr4300%2Fr4300.c;h=b7ed7c383c3d82d89719f20765a0261b369108db;hp=5b57ce694d17aaabe18e864eef379f2e024c396d;hb=7b232824d043e2cc90e94d40b6b0a7df4b3d5692;hpb=1f4ee9e9e363445037c2ecfd59875222017c58ab diff --git a/source/mupen64plus-core/src/r4300/r4300.c b/source/mupen64plus-core/src/r4300/r4300.c index 5b57ce6..b7ed7c3 100755 --- a/source/mupen64plus-core/src/r4300/r4300.c +++ b/source/mupen64plus-core/src/r4300/r4300.c @@ -167,15 +167,15 @@ int rounding_mode = 0x33F, trunc_mode = 0xF3F, round_mode = 0x33F, current_instruction_table.NOTCOMPILED) \ invalid_code[address>>12] = 1; -#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" + // ----------------------------------------------------------- // Flow control 'fake' instructions // -----------------------------------------------------------