diff --git a/[refs] b/[refs] index 61c4e5d2488f..66263c205b47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b9f07eb2f25a64098e2ba223c1a2fe2a8f249e01 +refs/heads/master: e1c87d2a5567c7940d129a6045efadc4b8c0f888 diff --git a/trunk/arch/mips/mm/tlbex.c b/trunk/arch/mips/mm/tlbex.c index 083d3412d0bc..04f9e17db9d0 100644 --- a/trunk/arch/mips/mm/tlbex.c +++ b/trunk/arch/mips/mm/tlbex.c @@ -109,6 +109,8 @@ static bool scratchpad_available(void) static int scratchpad_offset(int i) { BUG(); + /* Really unreachable, but evidently some GCC want this. */ + return 0; } #endif /*