Bug 127956

Summary: (popa) vex x86->IR: unhandled instruction bytes: 0x66 0x61 0x89 0x65
Product: [Developer tools] valgrind Reporter: Thomas Kühne <thomas-dloop>
Component: vexAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: crash CC: njn
Priority: NOR    
Version: 3.2 SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 256630    

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)