target/avr: Mark some helpers noreturn
All of these helpers end with cpu_loop_exit. Reviewed-by: Michael Rolnik <mrolnik@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a50d52bc3b
commit
1810afd56a
@ -19,10 +19,10 @@
|
||||
*/
|
||||
|
||||
DEF_HELPER_1(wdr, void, env)
|
||||
DEF_HELPER_1(debug, void, env)
|
||||
DEF_HELPER_1(break, void, env)
|
||||
DEF_HELPER_1(sleep, void, env)
|
||||
DEF_HELPER_1(unsupported, void, env)
|
||||
DEF_HELPER_1(debug, noreturn, env)
|
||||
DEF_HELPER_1(break, noreturn, env)
|
||||
DEF_HELPER_1(sleep, noreturn, env)
|
||||
DEF_HELPER_1(unsupported, noreturn, env)
|
||||
DEF_HELPER_3(outb, void, env, i32, i32)
|
||||
DEF_HELPER_2(inb, tl, env, i32)
|
||||
DEF_HELPER_3(fullwr, void, env, i32, i32)
|
||||
|
Loading…
Reference in New Issue
Block a user