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