Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31189 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2011-12-09 16:13:03 +00:00
parent 59e71ee80c
commit 8906b3e659
3 changed files with 4 additions and 4 deletions

View file

@ -211,7 +211,7 @@ static void INIT_ATTR core_thread_init(unsigned int core)
* to use a stack from an unloaded module until another thread runs on it.
*---------------------------------------------------------------------------
*/
static inline void __attribute__((noreturn,always_inline))
static inline void NORETURN_ATTR __attribute__((always_inline))
thread_final_exit(struct thread_entry *current)
{
asm volatile (