arm: Remove hw_error() usages.
commit8f6fd322f6e25995629a1a07b56bc5b91fb947ca
authorPeter Crosthwaite <crosthwaitepeter@gmail.com>
Mon, 7 Sep 2015 09:39:29 +0000 (7 10:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Sep 2015 09:39:29 +0000 (7 10:39 +0100)
tree65f0ad0f96cd0aa569fffc099a8c30c4497f67f9
parentf128bf297ba100877313cb3e9c0da845da0bb58c
arm: Remove hw_error() usages.

All of these hw_errors are fatal and indicate something wrong with
QEMU implementation.

Convert to g_assert_not_reached.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-id: 169194d09017e5725535d31a1507d454c0043706.1440842587.git.crosthwaite.peter@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c
target-arm/helper.c