You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
I ran across a problem (?) with the special case for dsra32. When the function in data/languages/mips.sinc (line 251) is left with empty brackets API functions such as getOperandRefType(x) will return None when it should return an appropriate value. I copied the implementation above it (the non-special case for dsra32) and functionality worked as expected, for me anyway. Also, right-clicking and selecting "Instruction Info..." shows missing Input Objects and Results Objects.
From this instruction:
Before populating the function:
After populating the function:
This is the only change I made to achieve that result:
I didn't want to make this a pull request because I don't know enough about Ghidra internals to know if this change will break something else.
The text was updated successfully, but these errors were encountered:
I ran across a problem (?) with the special case for dsra32. When the function in data/languages/mips.sinc (line 251) is left with empty brackets API functions such as
getOperandRefType(x)
will return None when it should return an appropriate value. I copied the implementation above it (the non-special case for dsra32) and functionality worked as expected, for me anyway. Also, right-clicking and selecting "Instruction Info..." shows missing Input Objects and Results Objects.From this instruction:
Before populating the function:
After populating the function:
This is the only change I made to achieve that result:
I didn't want to make this a pull request because I don't know enough about Ghidra internals to know if this change will break something else.
The text was updated successfully, but these errors were encountered: