Commit bedf26e6b47b47e8fb72ad4e965a31896466d184

Authored by aurel32
1 parent fce5ecb7

linux-user: Remove incorrect break;

Reported-By: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6503 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
linux-user/syscall.c
... ... @@ -4424,7 +4424,6 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
4424 4424 }
4425 4425 else
4426 4426 ret = get_errno(readlink(path(p), p2, arg3));
4427   - break;
4428 4427 }
4429 4428 unlock_user(p2, arg2, ret);
4430 4429 unlock_user(p, arg1, 0);
... ...