mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42:14 +00:00
GP-943 Corrected RecoverClassesFromRTTIScriptTest4 test failure
This commit is contained in:
parent
c85af2e67a
commit
877b168224
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user