mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-3049 Fixes for return storage commit
This commit is contained in:
parent
bfcadef17d
commit
f599ab1623
1 changed files with 2 additions and 1 deletions
|
@ -90,8 +90,9 @@ public class CommitParamsAction extends DockingAction {
|
|||
if (hfunc.getFunction().getSignatureSource() == SourceType.USER_DEFINED) {
|
||||
source = SourceType.USER_DEFINED;
|
||||
}
|
||||
HighFunctionDBUtil.commitParamsToDatabase(hfunc, true, source);
|
||||
|
||||
HighFunctionDBUtil.commitReturnToDatabase(hfunc, source);
|
||||
HighFunctionDBUtil.commitParamsToDatabase(hfunc, true, source);
|
||||
}
|
||||
catch (DuplicateNameException e) {
|
||||
throw new AssertException("Unexpected exception", e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue