Bug 384877 - (ARM64) Added translation for instruction LDRSW (literal)
Summary: (ARM64) Added translation for instruction LDRSW (literal)
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: vex (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-20 11:37 UTC by roskosch
Modified: 2017-09-20 11:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
The patch for the file priv/guest_arm64_toIR.c (891 bytes, text/x-csrc)
2017-09-20 11:37 UTC, roskosch
Details

Note You need to log in before you can comment on or make changes to this bug.
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!