]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: fold do_raise_exception into raise_exception
authorJamie Iles <jamie@nuviainc.com>
Wed, 26 May 2021 12:18:45 +0000 (13:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:25 +0000 (16:43 +0100)
commit154acaba0ea9675f175118787b9ca44cbbbc23b7
treedbc3164a6ab81076c3480b42ffb870103d90afab
parent6e0c60a2be30c333b06d3558a62b0f177199cbfb
target/arm: fold do_raise_exception into raise_exception

Now that there are no other users of do_raise_exception, fold it into
raise_exception.

Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jamie Iles <jamie@nuviainc.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/op_helper.c