mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Replace noreturn with QEMU_NORETURN
Thanks to Robert Riebisch for analysis [1] [1] http://marc.info/?l=qemu-devel&m=123352293319271&w=2 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6492 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
173a543b36
commit
a5e50b263a
8 changed files with 12 additions and 12 deletions
|
@ -349,7 +349,7 @@ static inline void free_sigqueue(CPUState *env, struct sigqueue *q)
|
|||
}
|
||||
|
||||
/* abort execution with signal */
|
||||
static void noreturn force_sig(int sig)
|
||||
static void QEMU_NORETURN force_sig(int sig)
|
||||
{
|
||||
int host_sig;
|
||||
host_sig = target_to_host_signal(sig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue