qemu-devel
[Top][All Lists]
Advanced

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

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


From: Aurelien Jarno
Subject: [Qemu-devel] [6503] linux-user: Remove incorrect break;
Date: Tue, 03 Feb 2009 19:55:26 +0000

Revision: 6503
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6503
Author:   aurel32
Date:     2009-02-03 19:55:26 +0000 (Tue, 03 Feb 2009)

Log Message:
-----------
linux-user: Remove incorrect break;

Reported-By: Laurent Desnogues <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/linux-user/syscall.c

Modified: trunk/linux-user/syscall.c
===================================================================
--- trunk/linux-user/syscall.c  2009-02-03 19:55:13 UTC (rev 6502)
+++ trunk/linux-user/syscall.c  2009-02-03 19:55:26 UTC (rev 6503)
@@ -4424,7 +4424,6 @@
                     }
                 else
                     ret = get_errno(readlink(path(p), p2, arg3));
-                break;
             }
             unlock_user(p2, arg2, ret);
             unlock_user(p, arg1, 0);






reply via email to

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