|
From: Naveen K. <g_n...@ya...> - 2005-07-20 21:48:36
|
Hi all,
On solaris I'm getting the following error when
running an app using valgrind.
vex x86->IR: unhandled instruction bytes: 0xF8 0x2A
0x7 0x8B
The code that triggered this was
f8 clc
2a 07 subb (%edi),%al
8b fa movl %edx,%edi
I looked at the vex code priv/guest-x86/toIR.c and the
case for 0xF8 (CLC) seems to be commented out. Is
there a reason for this ? Is this a simple fix where I
can uncomment the lines out and tweak the statements
or is there something else ?
Thanks
Naveen
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|