Click here to Skip to main content
15,895,423 members

Comments by Rahul@puna (Top 26 by date)

Rahul@puna 19-May-23 8:56am View    
Had tried all these. But issue is still there. To me it looks like something related with driver project. Like I mentioned for non-driver (such as console application, I am not getting this issue.)
Not sure what is it related with.
Rahul@puna 19-May-23 8:33am View    
hi, disabling CFG is not resolving the issue.
Rahul@puna 29-Apr-19 2:06am View    
yes that might be.
Rahul@puna 29-Apr-19 2:04am View    
not sure of that, it's in their tool. May be they are doing some validation of the function and then giving output on the basis of that. I need to figure out what could be wrong with this function in any case.
Rahul@puna 29-Apr-19 2:01am View    
Yes actually I have updated the code. Following is that that i have updated to but still it was giving sanity check error.

void increment(int& x)
{
x++;
return;
}