Bug 127956 - (popa) vex x86->IR: unhandled instruction bytes: 0x66 0x61 0x89 0x65
Summary: (popa) vex x86->IR: unhandled instruction bytes: 0x66 0x61 0x89 0x65
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: 3.2 SVN
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks: 256630
  Show dependency treegraph
 
Reported: 2006-05-24 18:34 UTC by Thomas Kühne
Modified: 2010-11-11 20:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kühne 2006-05-24 18:34:46 UTC
pop general-purpose registers DI, SI, BP, BX, DX, CX and AX

66 8b 45 f2             mov    ax,WORD PTR [ebp-14]
66                      data16
61                      popa   
89 65 fc                mov    DWORD PTR [ebp-4],esp
       
(http://dstress.kuehne.cn/run/a/asm_popa_01_A.d)