target-arm: Make raise_exception() take syndrome and target EL
commitc63285991b371c031147ad620dd7671662a90303
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 29 May 2015 10:28:51 +0000 (29 11:28 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 May 2015 10:28:51 +0000 (29 11:28 +0100)
tree66176a76c2cd2dfe4bfc6f7e528ea7189ff395a5
parent863b6589d738d0b4c8b283297b0ff228f3d3fb14
target-arm: Make raise_exception() take syndrome and target EL

Rather than making every caller of raise_exception set the
syndrome and target EL by hand, make these arguments to
raise_exception() and have that do the job.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/op_helper.c