« Previous | Next » 

Revision 9ab1b605

ID9ab1b6053f03d58ba8e7accc8f19c882fbffb66f

Added by Evgeny Voevodin over 11 years ago

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 <>
Signed-off-by: Peter Maydell <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences