]> Git Repo - qemu.git/commit - hw/ssd0323.c
ssd0323: abort() instead of exit(1) on error.
authorPeter A. G. Crosthwaite <[email protected]>
Mon, 13 Aug 2012 10:04:07 +0000 (11:04 +0100)
committerPeter Maydell <[email protected]>
Mon, 13 Aug 2012 10:04:07 +0000 (11:04 +0100)
commitb1c265424abfa5a1b2589e606b4e4dafbb5108f0
tree981b387f5a067d2d44cb51ed16138a342a4e08c2
parent4e8f1be21287a101996c56fc2e22737692e2868d
ssd0323: abort() instead of exit(1) on error.

To be more consistent with the newer ways of error signalling. That and SIGABT
is easier to debug with than exit(1).

Signed-off-by: Peter A. G. Crosthwaite <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/ssd0323.c
This page took 0.024048 seconds and 4 git commands to generate.