From: Prashant V. <pra...@ya...> - 2003-06-12 15:40:18
|
Julian, --- Julian Seward <js...@ac...> wrote: > On Tuesday 10 June 2003 14:39, John Reiser wrote: > > Prashant Verma wrote: ... > > > disInstr: unhandled opcode 0x94 then 0x8B > > > > 0x94 is "xchg %eax,%esp", which is switching > stacks: some form of threads > > that is specific to the application. > > In which case, the fix is ultra-trivial. Find the > following line > in vg_to_ucode.c: > > case 0x91: /* XCHG eAX,eCX */ > I added 0x94 case to the switch statement, and valgrind no longer displays the error message. There are other problems however, but certainly not related to this issue. The fix seems to work fine. -Prashant __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |