diff options
| author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-29 17:57:26 +0000 |
|---|---|---|
| committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-07-29 17:57:26 +0000 |
| commit | c3d2689d88159291ef8af338b5f01cfbe5551d2c (patch) | |
| tree | 814183cc0c4631b3762355f4e48fe77b1c3654ff /cpu-all.h | |
| parent | a5236105dbf7b971715f1ac55f52f716081a0632 (diff) | |
| download | focaccia-qemu-c3d2689d88159291ef8af338b5f01cfbe5551d2c.tar.gz focaccia-qemu-c3d2689d88159291ef8af338b5f01cfbe5551d2c.zip | |
Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3091 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
| -rw-r--r-- | cpu-all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h index 289d660f14..54d5dc36ae 100644 --- a/cpu-all.h +++ b/cpu-all.h @@ -702,7 +702,8 @@ void cpu_dump_statistics (CPUState *env, FILE *f, int flags); void cpu_abort(CPUState *env, const char *fmt, ...) - __attribute__ ((__format__ (__printf__, 2, 3))); + __attribute__ ((__format__ (__printf__, 2, 3))) + __attribute__ ((__noreturn__)); extern CPUState *first_cpu; extern CPUState *cpu_single_env; extern int code_copy_enabled; |