Bug 143325

Summary: vex amd64->IR: unhandled instruction bytes: 0xDD 0xB5 0x68 0xFE (fnsave)
Product: [Developer tools] valgrind Reporter: Francesco <francesco.19745>
Component: vexAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: crash CC: njn, wangsj001
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 253451    

Description Francesco 2007-03-22 06:19:19 UTC
Version:            (using KDE Devel)
Compiler:          gcc 3.4.0 
OS:                Linux

Some C code that exercises the bug is below:

int main() {
  int loc[100];
  // vex amd64->IR: unhandled instruction bytes: 0xDD 0xB5 0x68 0xFE
  asm("fnsave %0\n" : :"m"(loc));
}
Comment 1 Tom Hughes 2011-08-18 15:06:38 UTC
*** Bug 267534 has been marked as a duplicate of this bug. ***