]> git.proxmox.com Git - qemu.git/commit
pl190: fix read of VECTADDR
authorBrendan Fennell <bfennell@skynet.ie>
Wed, 26 Sep 2012 15:46:28 +0000 (16:46 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Sep 2012 15:46:28 +0000 (16:46 +0100)
commit14c126baf1c38607c5bd988878de85a06cefd8cf
treeba907bba1b3e67872ff27a3dcf71ef58ef2b46f4
parentac05f3492421caeb05809ffa02c6198ede179e43
pl190: fix read of VECTADDR

Reading VECTADDR was causing us to set the current priority to
the wrong value, the most obvious effect of which was that we
would return the vector for the wrong interrupt as the result
of the read.

Signed-off-by: Brendan Fennell <bfennell@skynet.ie>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/pl190.c