mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch
'origin/GT-3633_adamopolous_PR-1798_saruman9_fix_rename_global_var' Fixes #1798
This commit is contained in:
commit
16baf9bdca
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ public class HighFunctionDBUtil {
|
|||
|
||||
if (name != null) {
|
||||
try {
|
||||
setGlobalName(highSymbol, highSymbol.getName(), source);
|
||||
setGlobalName(highSymbol, name, source);
|
||||
}
|
||||
catch (DuplicateNameException e) {
|
||||
if (isRename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue