qemu-e2k/darwin-user
blueswir1 2d18e637e5 Flush stdout after printing usage()
Fixes qemu-arm|grep cpu - with _exit() getting output from qemu --help
is a bit random. Since no atexit() handlers are registered for user mode
emulation, just use exit() instead.

Signed-off-by: Riku Voipio <riku.voipio@iki.fi>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6657 c046a42c-6fe2-441c-8c8c-71466251a162
2009-02-28 20:14:00 +00:00
..
commpage.c Convert references to logfile/loglevel to use qemu_log*() macros 2009-01-15 22:34:14 +00:00
ioctls.h Darwin userspace emulation, by Pierre d'Herbemont. 2007-01-18 20:06:33 +00:00
ioctls_types.h Add missing newline at the end of file 2008-12-14 08:50:18 +00:00
machload.c Convert references to logfile/loglevel to use qemu_log*() macros 2009-01-15 22:34:14 +00:00
main.c Flush stdout after printing usage() 2009-02-28 20:14:00 +00:00
mmap.c Fix more FSF addresses 2009-01-05 18:11:53 +00:00
qemu.h Use qemu-log.h 2008-10-04 07:20:07 +00:00
signal.c Replace noreturn with QEMU_NORETURN 2009-02-01 22:19:27 +00:00
syscall.c Convert references to logfile/loglevel to use qemu_log*() macros 2009-01-15 22:34:14 +00:00
syscalls.h Handling more darwin-user syscalls, by Ilya Shar. 2007-03-19 13:43:04 +00:00