Fix segfault caused by fall through, by Juergen Lock.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3901 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
ths 2008-01-08 19:32:16 +00:00
parent 6b5435d77c
commit 05ebd53730
1 changed files with 1 additions and 0 deletions

1
vl.c
View File

@ -8621,6 +8621,7 @@ int main(int argc, char **argv)
#ifdef TARGET_ARM
case QEMU_OPTION_old_param:
old_param = 1;
break;
#endif
case QEMU_OPTION_clock:
configure_alarms(optarg);