Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2021-01-14 17:45:26 -05:00
commit e739a6d1d5

View file

@ -139,10 +139,6 @@ public class ElfSectionHeaderType {
public final String description;
public ElfSectionHeaderType(int value, String name, String description) {
if (value < 0) {
throw new IllegalArgumentException(
"ElfProgramHeaderType value out of range: 0x" + Long.toHexString(value));
}
this.value = value;
this.name = name;
this.description = description;