mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
added small improvement
This commit is contained in:
parent
56942bbc50
commit
661b641a42
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@ class DataDB extends CodeUnitDB implements Data {
|
|||
}
|
||||
}
|
||||
|
||||
// no need to do all that follow on checking when length == 1
|
||||
if (length == 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
// FIXME Trying to get Data to display for External.
|
||||
if (address.isExternalAddress()) { // FIXME
|
||||
return; // FIXME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue