Searched defs:QEMU_NORETURN (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-common.h35 # define QEMU_NORETURN __attribute__((__noreturn__)) macro
54 #define QEMU_NORETURN __attribute__ ((__noreturn__)) macro
69 /* Hack around the mess dyngen-exec.h causes: We need QEMU_NORETURN in files that
231 void QEMU_NORETURN hw_error(const char *fmt, ...)

Completed in 49 milliseconds