diff options
Diffstat (limited to 'hw/nseries.c')
-rw-r--r-- | hw/nseries.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/nseries.c b/hw/nseries.c index c219bfe402..b412aa05e3 100644 --- a/hw/nseries.c +++ b/hw/nseries.c @@ -1329,7 +1329,7 @@ static void n8x0_init(ram_addr_t ram_size, const char *boot_device, binfo->initrd_filename = initrd_filename; arm_load_kernel(s->cpu->env, binfo); - qemu_register_reset(n8x0_boot_init, s); + qemu_register_reset(n8x0_boot_init, 0, s); n8x0_boot_init(s); } |