Summary: | (wine) vex x86->IR: unhandled instruction bytes: 0xF2 0xEB 0xF5 0xEB | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Dan Kegel <dank> |
Component: | vex | Assignee: | Julian Seward <jseward> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | njn, tom |
Priority: | NOR | ||
Version: | 3.2.3 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 256630 |
Description
Dan Kegel
2007-12-19 15:48:15 UTC
0xF2 0xEB appears to be REPNE JMP Jb which sounds like nonsense? > ------- Additional Comments From tom compton nu 2007-12-19 16:02 -------
> 0xF2 0xEB appears to be REPNE JMP Jb which sounds like nonsense?
Could the F2 be a branch direction hint? Or alternatively, it is
redundant and hardware implementations just ignore it.
The branch direction hints are 0x2E and 0x3E so this still seems like nonsense to me. Certainly I can't see anything in the Intel manuals that this would correspond to. |