diff options
author | Avi Kivity <avi@redhat.com> | 2011-10-06 16:44:26 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-11-24 18:31:54 +0200 |
commit | 63858cd99244aeb819f92a6f8f9a23a5719c4824 (patch) | |
tree | bf488a0978297c63fafe9a728bf9b102d958ee75 /hw/mips_jazz.c | |
parent | c601785091d72dc95b13a40c09e4fd6a3ccc3197 (diff) |
parallel: 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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/mips_jazz.c b/hw/mips_jazz.c index 6e657ddd4e..f6e331652b 100644 --- a/hw/mips_jazz.c +++ b/hw/mips_jazz.c @@ -274,7 +274,8 @@ static void mips_jazz_init(MemoryRegion *address_space, /* Parallel port */ if (parallel_hds[0]) - parallel_mm_init(0x80008000, 0, rc4030[0], parallel_hds[0]); + parallel_mm_init(address_space, 0x80008000, 0, rc4030[0], + parallel_hds[0]); /* Sound card */ /* FIXME: missing Jazz sound at 0x8000c000, rc4030[2] */ |