summaryrefslogtreecommitdiffstats
path: root/hmp.c
diff options
context:
space:
mode:
authorEvgeny Voevodin <e.voevodin@samsung.com>2012-10-12 11:54:37 +0100
committerPeter Maydell <peter.maydell@linaro.org>2012-10-12 11:54:37 +0100
commit9ab1b6053f03d58ba8e7accc8f19c882fbffb66f (patch)
tree5587b7961d20affbc078c7fd30182805098846fa /hmp.c
parent884285bf646d93e9dfa4a605bca9f8dc5280b23d (diff)
downloadhqemu-9ab1b6053f03d58ba8e7accc8f19c882fbffb66f.zip
hqemu-9ab1b6053f03d58ba8e7accc8f19c882fbffb66f.tar.gz
hw/arm_gic.c: Fix improper DPRINTF output.
s->cpu_enabled is an array, so s->cpu_enabled ? "En" : "Dis" returns "En" always. We should use s->cpu_enabled[cpu] here. Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hmp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud