Bug 384877

Summary: (ARM64) Added translation for instruction LDRSW (literal)
Product: [Developer tools] valgrind Reporter: roskosch
Component: vexAssignee: Julian Seward <jseward>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: The patch for the file priv/guest_arm64_toIR.c

Description roskosch 2017-09-20 11:37:08 UTC
Created attachment 107911 [details]
The patch for the file priv/guest_arm64_toIR.c

Hi, the instruction LDRSW (literal) was not handled by vex. I implemented this instruction to the best of my knowledge. Maybe you can apply the patch to your repository. Or modify the code as you wish. 

Thanks!