mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some platforms).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3633 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c3e3682388
commit
2f4a40e569
3 changed files with 45 additions and 44 deletions
|
@ -327,8 +327,6 @@ fork_exec(struct socket *so, const char *ex, int do_pty)
|
|||
lprint("Error: openpty failed: %s\n", strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
} else {
|
||||
addr.sin_family = AF_INET;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue