]> Git Repo - qemu.git/commit
hw/pl190.c: Fix writing of default vector address
authorPeter Maydell <[email protected]>
Thu, 20 Jan 2011 16:04:52 +0000 (16:04 +0000)
committerAurelien Jarno <[email protected]>
Thu, 20 Jan 2011 16:20:18 +0000 (17:20 +0100)
commit730986e4942188c5ec2b8752e3db47d09cb222b2
tree3a24f1b33cceea8abf7585e6b8371b63f46e92fe
parent5dbbda340533cd7d217dcf3ab904fb353598cbde
hw/pl190.c: Fix writing of default vector address

The PL190 implementation keeps the default vector address
in vect_addr[16], but we weren't using this for writes to
the DEFVECTADDR register. As a result of this fix the
default_addr structure member is unused and we can delete it.

Reported-by: Himanshu Chauhan <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
hw/pl190.c
This page took 0.024092 seconds and 4 git commands to generate.