mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-12-6-24-2'
This commit is contained in:
commit
d76e22ec6b
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