mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-1797 removed unused DataTypeConflictException
This commit is contained in:
parent
0acb497263
commit
01067debde
56 changed files with 172 additions and 365 deletions
|
@ -636,9 +636,6 @@ public class ArmAnalyzer extends ConstantPropagationAnalyzer {
|
|||
catch (CodeUnitInsertionException e) {
|
||||
data = program.getListing().getDefinedDataAt(address);
|
||||
}
|
||||
catch (DataTypeConflictException e) {
|
||||
// ignore data type conflict
|
||||
}
|
||||
int addrByteSize = dt.getLength();
|
||||
//data = program.getListing().getDefinedDataAt(address);
|
||||
if (data != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue