mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -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
|
@ -63,8 +63,8 @@ void do_interrupt(int intno, int is_int, int error_code,
|
|||
target_ulong next_eip, int is_hw);
|
||||
void do_interrupt_user(int intno, int is_int, int error_code,
|
||||
target_ulong next_eip);
|
||||
void noreturn raise_exception_err(int exception_index, int error_code);
|
||||
void noreturn raise_exception(int exception_index);
|
||||
void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
|
||||
void QEMU_NORETURN raise_exception(int exception_index);
|
||||
void do_smm_enter(void);
|
||||
|
||||
/* n must be a constant to be efficient */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue