summaryrefslogtreecommitdiff
path: root/hw/mips_jazz.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-10-06 16:34:39 +0200
committerAvi Kivity <avi@redhat.com>2011-11-24 18:31:54 +0200
commitc601785091d72dc95b13a40c09e4fd6a3ccc3197 (patch)
treeee3a9261b506e79a2c2e0be2f1ffb29d7066b033 /hw/mips_jazz.c
parent0af58e58a106eda29d21a6a32ae0f81909444fe4 (diff)
downloadqemu-c601785091d72dc95b13a40c09e4fd6a3ccc3197.tar.gz
jazz_led: convert to memory API
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/mips_jazz.c')
-rw-r--r--hw/mips_jazz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c
index 14beea2d64..6e657ddd4e 100644
--- a/hw/mips_jazz.c
+++ b/hw/mips_jazz.c
@@ -287,7 +287,7 @@ static void mips_jazz_init(MemoryRegion *address_space,
sysbus_mmio_map(sysbus, 0, 0x80009000);
/* LED indicator */
- jazz_led_init(0x8000f000);
+ jazz_led_init(address_space, 0x8000f000);
}
static