mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch
'origin/GP-5735_fix_composite_editor_datatype_cloning--SQUASHED' into Ghidra_11.4 (Closes #8217)
This commit is contained in:
commit
d896b94124
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ abstract public class CompositeEditorModel<T extends Composite> extends Composit
|
||||||
newLength = 0;
|
newLength = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DataType dataType = newDt.clone(originalDTM);
|
newDt = newDt.clone(viewDTM);
|
||||||
newLength = newDt.getLength();
|
newLength = newDt.getLength();
|
||||||
|
|
||||||
checkIsAllowableDataType(newDt);
|
checkIsAllowableDataType(newDt);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue