> So ... I am running tests with the decoder revised > to allow 0x66 on the fpu instructions. > > Does anyone know of a reason why doing this would > be bad/wrong?
Giving a blanket OK for 0x66 on FPU instructions makes me nervous, that we might inadvertantly accept an 0x66 prefix that had some significance, and then ignore it. Is it possible you can add the specific necessary exemptions in the place where dis_FPU is called (shown below), so that we continue to disallow 0x66 for FPU instructions in the general case? J ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users