mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 21:21:56 +00:00
GT-2754, 2756 - Decompiler Reference Finder - review fixes
This commit is contained in:
parent
79aa51cc9a
commit
0d9782964d
@ -25,7 +25,7 @@ import ghidra.program.model.data.DataType;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This class represents the use of a field of a {@link Composite} data type <b>where there is
|
* This class represents the use of a field of a {@link Composite} data type <b>where there is
|
||||||
* not variable in the Decompiler</b> for that data type. A normal variable access in the
|
* no variable in the Decompiler</b> for that data type. A normal variable access in the
|
||||||
* Decompiler may look like so:
|
* Decompiler may look like so:
|
||||||
* <pre>
|
* <pre>
|
||||||
* Foo f;
|
* Foo f;
|
||||||
|
@ -346,7 +346,7 @@ public class DecompilerDataTypeReferenceFinder implements DataTypeReferenceFinde
|
|||||||
* field accesses.
|
* field accesses.
|
||||||
*
|
*
|
||||||
* <p>Sometimes a line is structured such that there are anonymous variable accesses. This
|
* <p>Sometimes a line is structured such that there are anonymous variable accesses. This
|
||||||
* is the case where the field a Composite is being accessed, but the Composite itself is
|
* is the case where a Composite is being accessed, but the Composite itself is
|
||||||
* not a variable in the current function. See {@link AnonymousVariableAccessDR} for
|
* not a variable in the current function. See {@link AnonymousVariableAccessDR} for
|
||||||
* more details.
|
* more details.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user