From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsxfD-0000Rd-VL for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:43:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsxfB-0000Qe-UB for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:43:35 -0400 Received: from [199.232.76.173] (port=42202 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsxfB-0000QW-PJ for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:43:33 -0400 Received: from wf-out-1314.google.com ([209.85.200.170]:62858) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsxfB-0002Sy-7u for qemu-devel@nongnu.org; Thu, 23 Oct 2008 06:43:33 -0400 Received: by wf-out-1314.google.com with SMTP id 27so287461wfd.4 for ; Thu, 23 Oct 2008 03:43:30 -0700 (PDT) Message-ID: <761ea48b0810230333i3bf5044apcdcaa6b6dd0dc796@mail.gmail.com> Date: Thu, 23 Oct 2008 12:33:30 +0200 From: "Laurent Desnogues" MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_40169_14628469.1224758010472" Subject: [Qemu-devel] [PATCH] Add a missing return in syscall.c Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_40169_14628469.1224758010472 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, svn commit 5483 lacks a return in abi_long host_to_target_msginfo. Laurent ------=_Part_40169_14628469.1224758010472 Content-Type: text/x-patch; name=syscall-return.patch Content-Transfer-Encoding: base64 X-Attachment-Id: f_fmn98zr00 Content-Disposition: attachment; filename=syscall-return.patch SW5kZXg6IGxpbnV4LXVzZXIvc3lzY2FsbC5jCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGxpbnV4LXVzZXIvc3lz Y2FsbC5jCShyZXZpc2lvbiA1NTE4KQorKysgbGludXgtdXNlci9zeXNjYWxsLmMJKHdvcmtpbmcg Y29weSkKQEAgLTE5MzQsNiArMTkzNCw3IEBACiAgICAgX19wdXRfdXNlcihob3N0X21zZ2luZm8t Pm1zZ3RxbCwgJnRhcmdldF9tc2dpbmZvLT5tc2d0cWwpOwogICAgIF9fcHV0X3VzZXIoaG9zdF9t c2dpbmZvLT5tc2dzZWcsICZ0YXJnZXRfbXNnaW5mby0+bXNnc2VnKTsKICAgICB1bmxvY2tfdXNl cl9zdHJ1Y3QodGFyZ2V0X21zZ2luZm8sIHRhcmdldF9hZGRyLCAxKTsKKyAgICByZXR1cm4gMDsK IH0KIAogc3RhdGljIGlubGluZSBhYmlfbG9uZyBkb19tc2djdGwoaW50IG1zZ2lkLCBpbnQgY21k LCBhYmlfbG9uZyBwdHIpCg== ------=_Part_40169_14628469.1224758010472--