Merge remote-tracking branch 'origin/GT-3049_ghidorahrex_HCS12'

This commit is contained in:
ghidra1 2019-09-06 18:47:49 -04:00
commit 4a6e6697f4
21 changed files with 8220 additions and 21 deletions

View file

@ -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);