mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GT-3049_ghidorahrex_HCS12'
This commit is contained in:
commit
4a6e6697f4
21 changed files with 8220 additions and 21 deletions
|
@ -83,8 +83,9 @@ public class CommitParamsAction extends AbstractDecompilerAction {
|
|||
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