bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GSOC - valgrind-hurd queries


From: Samuel Thibault
Subject: Re: GSOC - valgrind-hurd queries
Date: Mon, 2 Jun 2014 01:03:40 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Subhashish, le Mon 02 Jun 2014 04:31:02 +0530, a écrit :
> In case of
> 
> #elif defined(VGO_gnu)
>    vg_assert(0);
> 
> I'm now changing it to
> 
> 
> #elif defined(VGO_gnu)
>    SysRes res;
>    vg_assert(0);
> 
> for the 'return res;' at the end of the modified functions are coming
> back to haunt with reports of the undeclared res-es.

Sure, never take my word for granted :)

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]