qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add missing return in arm-semi
@ 2008-07-01  7:25 Laurent Desnogues
  2008-07-01 17:45 ` David Barrett
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Desnogues @ 2008-07-01  7:25 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Hello,

   there is a missing return for SYS_SYSTEM Angel semi-hosting call.
This was already sent on June 9th.


Laurent

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: arm-semi.patch --]
[-- Type: text/x-patch; name=arm-semi.patch, Size: 376 bytes --]

Index: arm-semi.c
===================================================================
--- arm-semi.c	(revision 4807)
+++ arm-semi.c	(working copy)
@@ -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] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Add missing return in arm-semi
  2008-07-01  7:25 [Qemu-devel] [PATCH] Add missing return in arm-semi Laurent Desnogues
@ 2008-07-01 17:45 ` David Barrett
  2008-07-01 17:45   ` David Barrett
  0 siblings, 1 reply; 3+ messages in thread
From: David Barrett @ 2008-07-01 17:45 UTC (permalink / raw)
  To: qemu-devel

Ah, yes, sorry -- the letter scale arrived.  Very odd!  Do you need me 
to use it?

On Tue, 1 Jul 2008 12:25 am, Laurent Desnogues wrote:
> Hello,
>
>    there is a missing return for SYS_SYSTEM Angel semi-hosting call.
> This was already sent on June 9th.
>
>
> Laurent

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Add missing return in arm-semi
  2008-07-01 17:45 ` David Barrett
@ 2008-07-01 17:45   ` David Barrett
  0 siblings, 0 replies; 3+ messages in thread
From: David Barrett @ 2008-07-01 17:45 UTC (permalink / raw)
  To: qemu-devel

Whoops -- please ignore.  Misaddressed.

----------

Ah, yes, sorry -- the letter scale arrived.  Very odd!  Do you need me 
to use it?

On Tue, 1 Jul 2008 12:25 am, Laurent Desnogues wrote:
> Hello,
>
>    there is a missing return for SYS_SYSTEM Angel semi-hosting call.
> This was already sent on June 9th.
>
>
> Laurent

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-01 17:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01  7:25 [Qemu-devel] [PATCH] Add missing return in arm-semi Laurent Desnogues
2008-07-01 17:45 ` David Barrett
2008-07-01 17:45   ` David Barrett

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).