diff --git a/[refs] b/[refs] index 47560bed45e7..5993e1be4a55 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a5fc5eba4dfcc284e6adcd7fdcd5b43182230d2b +refs/heads/master: 4ef5651e85589e3aaca704c6d2d7ae7e794e5d25 diff --git a/trunk/arch/mips/include/asm/bug.h b/trunk/arch/mips/include/asm/bug.h index 6cf29c26e873..540c98a810d1 100644 --- a/trunk/arch/mips/include/asm/bug.h +++ b/trunk/arch/mips/include/asm/bug.h @@ -11,9 +11,7 @@ static inline void __noreturn BUG(void) { __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); - /* Fool GCC into thinking the function doesn't return. */ - while (1) - ; + unreachable(); } #define HAVE_ARCH_BUG