Commit ed494d87f7baf56742d5b699012e3f26e3779e10
1 parent
0486e8a7
Add missing break just before execve, by Takashi Yoshii.
Fix a comment typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3810 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
2 additions
and
1 deletions
linux-user/syscall.c
vl.c
... | ... | @@ -8721,7 +8721,7 @@ int main(int argc, char **argv) |
8721 | 8721 | } |
8722 | 8722 | |
8723 | 8723 | #ifdef TARGET_I386 |
8724 | - /* XXX: this should be moved in the PC machine instanciation code */ | |
8724 | + /* XXX: this should be moved in the PC machine instantiation code */ | |
8725 | 8725 | if (net_boot != 0) { |
8726 | 8726 | int netroms = 0; |
8727 | 8727 | for (i = 0; i < nb_nics && i < 4; i++) { | ... | ... |