GP-0 partially reverted change from GP-4667

This commit is contained in:
ghidra1 2024-09-19 17:22:17 -04:00
parent f24015d79d
commit 6d6205f1db

View file

@ -834,7 +834,6 @@ public class CodeUnitFormat {
if (addr.isMemoryAddress()) { if (addr.isMemoryAddress()) {
// Include "offset" prefix since addrOffset does not match originalValue // Include "offset" prefix since addrOffset does not match originalValue
if (options.includeScalarReferenceAdjustment) {
list.add("offset "); list.add("offset ");
// Check for shift cases // Check for shift cases
@ -860,7 +859,6 @@ public class CodeUnitFormat {
return list; return list;
} }
} }
}
// TODO: Check for "reasonable delta value", return null if bad value // TODO: Check for "reasonable delta value", return null if bad value
if (!scalarOperand) { if (!scalarOperand) {