Hi!

 I guess thats what I get for not testing cvs for so long... :)
There's a break missing in vl.c, patch attached.

 The good news is with this patch the spitz emu seems to still
work as well as with the (patched) August cvs snapshot that I was
using when last tesing it.

 enjoy,
        Juergen
Index: qemu/vl.c
@@ -8784,6 +8784,7 @@
 #ifdef TARGET_ARM
             case QEMU_OPTION_old_param:
                 old_param = 1;
+                break;
 #endif
             case QEMU_OPTION_clock:
                 configure_alarms(optarg);

Reply via email to