diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-09-14 18:43:17 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-09-14 18:43:17 +0100 |
commit | 7115cdf5782922611bcc44c89eec5990db7f6466 (patch) | |
tree | 5566ae6c1595a5cdaae48230424fcc6b6f12d78a /include/hw/pci-host | |
parent | 22a9c26af62f9772b7c0512e88f97d0d1f2e0872 (diff) | |
download | qemu-7115cdf5782922611bcc44c89eec5990db7f6466.zip qemu-7115cdf5782922611bcc44c89eec5990db7f6466.tar.gz qemu-7115cdf5782922611bcc44c89eec5990db7f6466.tar.bz2 |
target/arm: Remove unnecessary '| 0xf0000000' from do_v7m_exception_exit()
In do_v7m_exception_exit(), there's no need to force the high 4
bits of 'type' to 1 when calling v7m_exception_taken(), because
we know that they're always 1 or we could not have got to this
"handle return to magic exception return address" code. Remove
the unnecessary ORs.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alistair Francis <alistair.francis@xilinx.com>
Message-id: 1505137930-13255-6-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/pci-host')
0 files changed, 0 insertions, 0 deletions