mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-3175_dev747368_dwarf_apple_silicon_kdk'
This commit is contained in:
commit
9594431f09
8 changed files with 57 additions and 5 deletions
|
@ -285,7 +285,7 @@ public class DataTypeUtilities {
|
|||
DataType dataType2) {
|
||||
if (dataType1 instanceof BuiltIn) {
|
||||
// Same kind if both types share a common BuiltIn implementation
|
||||
Class<?> baseClass = dataType1.getClass().getSuperclass();
|
||||
Class<?> baseClass = dataType1.getClass();
|
||||
Class<?> superClass;
|
||||
while ((superClass = baseClass.getSuperclass()) != BuiltIn.class) {
|
||||
baseClass = superClass;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue