* [Qemu-devel] [4614] Strace fallback for unknown syscalls.
@ 2008-05-29 13:49 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-05-29 13:49 UTC (permalink / raw)
To: qemu-devel
Revision: 4614
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4614
Author: pbrook
Date: 2008-05-29 13:49:09 +0000 (Thu, 29 May 2008)
Log Message:
-----------
Strace fallback for unknown syscalls.
Modified Paths:
--------------
trunk/linux-user/strace.c
Modified: trunk/linux-user/strace.c
===================================================================
--- trunk/linux-user/strace.c 2008-05-29 13:43:29 UTC (rev 4613)
+++ trunk/linux-user/strace.c 2008-05-29 13:49:09 UTC (rev 4614)
@@ -286,8 +286,9 @@
format = scnames[i].format;
gemu_log(format,scnames[i].name, arg1,arg2,arg3,arg4,arg5,arg6);
}
- break;
+ return;
}
+ gemu_log("Unknown syscall %d\n", num);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-29 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-29 13:49 [Qemu-devel] [4614] Strace fallback for unknown syscalls Paul Brook
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).