target/arm: remove unused EXCP_SEMIHOST leg
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Dec 2019 15:06:38 +0000 (15:06 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 9 Jan 2020 11:41:29 +0000 (11:41 +0000)
commitb906acbb3aceed5b1eca30d9d365d5bd7431400b
treef99b3fc2d65631e861c7cc3f6691c52711bc8bc5
parent3618e3a6403079383904a1a61d53d0a57508b746
target/arm: remove unused EXCP_SEMIHOST leg

All semihosting exceptions are dealt with earlier in the common code
so we should never get here.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Keith Packard <keithp@keithp.com>
target/arm/helper.c