gdb stub support and loadvm should work together, patch by Jason Wessel

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3039 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
balrog 2007-07-02 13:20:17 +00:00
parent 11fcfab4b0
commit 45669e0048
1 changed files with 2 additions and 1 deletions

3
vl.c
View File

@ -8011,8 +8011,9 @@ int main(int argc, char **argv)
gdbstub_port);
exit(1);
}
} else
}
#endif
if (loadvm)
do_loadvm(loadvm);