ssd0323: abort() instead of exit(1) on error.
commitb1c265424abfa5a1b2589e606b4e4dafbb5108f0
authorPeter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
Mon, 13 Aug 2012 10:04:07 +0000 (13 11:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Aug 2012 10:04:07 +0000 (13 11:04 +0100)
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 <peter.crosthwaite@petalogix.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/ssd0323.c