forked from rems-project/asl-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown IMP_DEF when called from gtirb-semantics #85
Comments
I think there are likely to be issues with stlxr too |
Moved to aslp issue tracker as it's an issue with the interface aslp provides to gtirb-semantics. Thanks to the different failure modes, I have a good guess as to the cause. Will get to this next week. |
katrinafyi
changed the title
LDAXR instruction error
Unknown IMP_DEF when called from gtirb-semantics
Jun 18, 2024
Do you have a .gtirb file which raises this error? |
The linked PR will bring this in line with #84 which is.. a more difficult problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following error when I attempt to lift a .gtirb file disassembled from a binary containing an LDAXR instruction (with opcode 0xc85ffd68 here).
This is notably different to the error when attempting to lift this instruction inside ASLp: #84
The text was updated successfully, but these errors were encountered: