On Fri, Apr 27, 2012 at 10:58 AM, Julian Seward <jsew...@acm.org> wrote:
>
>> * change the line
>>    MACX_(__NR___pthread_sigmask,       __pthread_sigmask),
>>   to read
>>    MACX_(__NR___pthread_sigmask,       __pthread_sigmask),
>
> Oops.  I mean, change it to
>
>   MACXY(__NR___pthread_sigmask,       __pthread_sigmask),
>
> J

Hmm, well I added that (I had to provide an empty POST for
__pthread_sigmask to get it working, not sure if thats kosher, it
looked like it should be), but we're still failing. Interestingly this
message is now output without trace flags:
UNKNOWN __pthread_sigmask is unsupported. This warning will not be repeated.
vex amd64->IR: unhandled instruction bytes: 0xF 0xB 0x55 0x48 0x89
0xE5 0x41 0x56

perhaps that's a result of the MACXY addition though.

Matt

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to