mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Test fixes
This commit is contained in:
parent
57df41297f
commit
5307e45f63
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ public class SymbolInspector implements OptionsChangeListener {
|
|||
}
|
||||
|
||||
private ScreenElement getFunctionScreenElement(Function function) {
|
||||
if (!function.isThunk()) {
|
||||
if (function == null || !function.isThunk()) {
|
||||
return OptionsGui.FUN_NAME;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue