hw/isa/isa-bus: Replace hw_error() by assert()
commit0c66619835a8f5a2884e783500944924d9f52bc8
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 1 Sep 2020 10:40:43 +0000 (1 12:40 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 9 Sep 2020 13:25:28 +0000 (9 15:25 +0200)
tree933b16103b4cf3061472497faaef818d89b893ad
parent5e4b6bb1e8afb4cc2fcaaa6f3e57a6ec5184953f
hw/isa/isa-bus: Replace hw_error() by assert()

As we can never have more than ISA_NUM_IRQS (16) ISA IRQs,
replace the not very interesting hw_error() call by an
assert() which is more useful to debug condition that can
not happen.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200901104043.91383-6-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/isa/isa-bus.c