mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
sh_serial: enable tx after reset (Magnus Damm).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3811 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ed494d87f7
commit
b7d35e6583
2 changed files with 2 additions and 2 deletions
|
@ -3177,8 +3177,8 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
|
|||
goto efault;
|
||||
ret = get_errno(sys_unlinkat(arg1, p, arg3));
|
||||
unlock_user(p, arg2, 0);
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
case TARGET_NR_execve:
|
||||
{
|
||||
char **argp, **envp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue