mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
59e71ee80c
commit
8906b3e659
3 changed files with 4 additions and 4 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue