mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
e739a6d1d5
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue