mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 13:21:22 +08:00
Merge remote-tracking branch 'origin/GP-1429-dragonmacher-decompiler-retype-action'
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ public class RetypeFieldAction extends AbstractDecompilerAction {
|
||||
}
|
||||
|
||||
DataType dataType = chooseDataType(tool, program, originalDataType);
|
||||
if (dataType == null) {
|
||||
if (dataType == null || dataType.isEquivalent(originalDataType)) {
|
||||
return; // cancelled
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user