From f26a1d2cd5f98f602216a81d2bc84a785afffbdd Mon Sep 17 00:00:00 2001 From: David Daney Date: Wed, 19 Jan 2011 15:24:42 -0800 Subject: [PATCH] --- yaml --- r: 234140 b: refs/heads/master c: e1c87d2a5567c7940d129a6045efadc4b8c0f888 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mm/tlbex.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 /*