diff options
Diffstat (limited to 'linux-user/syscall.c')
-rw-r--r-- | linux-user/syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 8d52099cb9..40eab4e624 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -4424,7 +4424,6 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1, } else ret = get_errno(readlink(path(p), p2, arg3)); - break; } unlock_user(p2, arg2, ret); unlock_user(p, arg1, 0); |