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:
Nicholas Nethercote 2003-04-25 16:07:11 +00:00
parent 4f1b2c3adc
commit 4e3c15f4a6

View File

@ -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 */