| Summary: | vex amd64->IR: unhandled instruction bytes: 0x48 0xF 0xC4 0xC1 0x0 0x48 | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Alex Converse <alex.converse> |
| Component: | vex | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dgohman |
| Priority: | NOR | ||
| Version First Reported In: | 3.6 SVN | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | a proposed fix | ||
|
Description
Alex Converse
2010-05-29 17:45:49 UTC
Created attachment 47490 [details]
a proposed fix
Ignore a REX.W prefix on an MMX pinsrw instruction. This is similar to what is done with the XMM form of pinsrw.
Committed (vex r1991). Thanks. |