mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-862 Refactor of Composite interface and internals. Changes made to
packing and alignment methods (see WhatsNew.html for API changes).
This commit is contained in:
parent
3b867b3444
commit
da800b6e41
166 changed files with 6316 additions and 5486 deletions
|
@ -126,6 +126,7 @@ public class TestUtils {
|
|||
result = field.get(ownerInstance);
|
||||
}
|
||||
catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException("Unable to use reflection to obtain " + "field: " +
|
||||
fieldName + " from class: " + objectClass, e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue