mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-0 partially reverted change from GP-4667
This commit is contained in:
parent
f24015d79d
commit
6d6205f1db
1 changed files with 20 additions and 22 deletions
|
@ -834,7 +834,6 @@ public class CodeUnitFormat {
|
|||
if (addr.isMemoryAddress()) {
|
||||
|
||||
// Include "offset" prefix since addrOffset does not match originalValue
|
||||
if (options.includeScalarReferenceAdjustment) {
|
||||
list.add("offset ");
|
||||
|
||||
// Check for shift cases
|
||||
|
@ -860,7 +859,6 @@ public class CodeUnitFormat {
|
|||
return list;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Check for "reasonable delta value", return null if bad value
|
||||
if (!scalarOperand) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue