Re: [PATCH 01/10] Add support for GCC-4.5's __builtin_unreachable() to compiler.h
From: Michael Buesch <hidden>
Date: 2009-09-11 14:37:51
Also in:
linux-alpha, linux-s390, lkml
From: Michael Buesch <hidden>
Date: 2009-09-11 14:37:51
Also in:
linux-alpha, linux-s390, lkml
On Friday 11 September 2009 01:56:42 David Daney wrote:
+/* Unreachable code */
+#ifndef unreachable
+# define unreachable() do { for (;;) ; } while (0)
+#endif
# define unreachable() do { } while (1)
? :)
--
Greetings, Michael.