mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 10:25:03 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user