mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Added a return value (0) for the LOGMESSAGE request, since it's now visible to
skins. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1556
This commit is contained in:
parent
4f1b2c3adc
commit
4e3c15f4a6
@ -3542,6 +3542,7 @@ void do_client_request ( ThreadId tid )
|
||||
|
||||
case VG_USERREQ__LOGMESSAGE:
|
||||
VG_(message)(Vg_UserMsg, "%s", (Char*)(arg[1]));
|
||||
RETURN_WITH(0); /* irrelevant */
|
||||
break;
|
||||
|
||||
/* Requests from the client program */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user