GP-943 Corrected RecoverClassesFromRTTIScriptTest4 test failure

This commit is contained in:
ghidra1 2021-09-27 01:22:51 -04:00
parent c85af2e67a
commit 877b168224

View File

@ -488,7 +488,8 @@ public class RecoveredClass {
int offset = newComponent.getOffset();
DataTypeComponent currentComponent = computedClassStructure.getComponentAt(offset);
DataTypeComponent currentComponent =
computedClassStructure.getComponentContaining(offset);
DataType currentComponentDataType = currentComponent.getDataType();
if (currentComponentDataType.equals(newComponentDataType)) {