summaryrefslogtreecommitdiffstats
path: root/linux-user/syscall.c
diff options
context:
space:
mode:
authorbalrog2007-12-12 01:40:24 +0100
committerbalrog2007-12-12 01:40:24 +0100
commitb7d35e65834d6ef989bdab7dbd097fd879898168 (patch)
tree518445dee2cbc54cc70778df523f3ca537703236 /linux-user/syscall.c
parentAdd missing break just before execve, by Takashi Yoshii. (diff)
downloadqemu-b7d35e65834d6ef989bdab7dbd097fd879898168.tar.gz
qemu-b7d35e65834d6ef989bdab7dbd097fd879898168.tar.xz
qemu-b7d35e65834d6ef989bdab7dbd097fd879898168.zip
sh_serial: enable tx after reset (Magnus Damm).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3811 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r--linux-user/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 1062fdf03e..4ebc8bbdb3 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -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;