mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-3019 Detect flow of NaN into floating-point comparison
This commit is contained in:
parent
285c90f1c5
commit
f61367bf19
13 changed files with 320 additions and 13 deletions
|
@ -423,5 +423,6 @@ public record ElementId(String name, int id) {
|
|||
|
||||
public static final ElementId ELEM_SPLITDATATYPE = new ElementId("splitdatatype", 270);
|
||||
public static final ElementId ELEM_JUMPTABLEMAX = new ElementId("jumptablemax", 271);
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 272);
|
||||
public static final ElementId ELEM_NANIGNORE = new ElementId("nanignore", 272);
|
||||
public static final ElementId ELEM_UNKNOWN = new ElementId("XMLunknown", 273);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue