mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GP-5214_Dan_jitMpInt--SQUASHED'
This commit is contained in:
commit
272314d7af
87 changed files with 5278 additions and 956 deletions
|
@ -164,7 +164,7 @@ public class Varnode {
|
|||
if (spaceID != varnode.spaceID) {
|
||||
return false;
|
||||
}
|
||||
if (isConstant() || isUnique() || isHash()) {
|
||||
if (isConstant() || isHash()) {
|
||||
// this is not really a valid use case
|
||||
return offset == varnode.getOffset();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue