qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4814] Add missing return in arm-semi, by Laurent Desnogues.
@ 2008-07-01 16:40 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-01 16:40 UTC (permalink / raw)
  To: qemu-devel

Revision: 4814
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4814
Author:   ths
Date:     2008-07-01 16:40:04 +0000 (Tue, 01 Jul 2008)

Log Message:
-----------
Add missing return in arm-semi, by Laurent Desnogues.

Modified Paths:
--------------
    trunk/arm-semi.c

Modified: trunk/arm-semi.c
===================================================================
--- trunk/arm-semi.c	2008-07-01 16:37:52 UTC (rev 4813)
+++ trunk/arm-semi.c	2008-07-01 16:40:04 UTC (rev 4814)
@@ -362,6 +362,7 @@
                 return (uint32_t)-1;
             ret = set_swi_errno(ts, system(s));
             unlock_user(s, ARG(0), 0);
+            return ret;
         }
     case SYS_ERRNO:
 #ifdef CONFIG_USER_ONLY

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-01 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 16:40 [Qemu-devel] [4814] Add missing return in arm-semi, by Laurent Desnogues Thiemo Seufer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).