qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] linux-user: Remove incorrect break;


From: Riku Voipio
Subject: [Qemu-devel] [PATCH] linux-user: Remove incorrect break;
Date: Mon, 2 Feb 2009 11:18:52 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Reported-By: Laurent Desnogues <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
---
 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 ad814dd..2a99940 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -4921,7 +4921,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);
-- 
1.5.6.5


-- 
"rm -rf" only sounds scary if you don't have backups




reply via email to

[Prev in Thread] Current Thread [Next in Thread]