Skip to content

Commit

Permalink
Fix SS-2 boot mode
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3874 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
blueswir1 committed Dec 29, 2007
1 parent cf3102a commit cebb73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/sun4m.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ static void sun4c_hw_init(const struct hwdef *hwdef, int RAM_size,
qemu_register_reset(main_cpu_reset, env);
register_savevm("cpu", 0, 3, cpu_save, cpu_load, env);
cpu_irqs = qemu_allocate_irqs(cpu_set_irq, env, MAX_PILS);
env->prom_addr = hwdef->slavio_base;

/* allocate RAM */
if ((uint64_t)RAM_size > hwdef->max_mem) {
Expand Down

0 comments on commit cebb73a

Please sign in to comment.