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:
ghidra1 2021-02-02 20:43:39 -05:00
parent 3b867b3444
commit da800b6e41
166 changed files with 6316 additions and 5486 deletions

View file

@ -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);
}