Merge remote-tracking branch 'origin/GP-1-dragonmacher-dt-filter-updates--SQUASHED'

This commit is contained in:
ghidra1 2025-05-08 17:48:06 -04:00
commit 9a7d3eb93f
11 changed files with 545 additions and 172 deletions

View file

@ -69,6 +69,7 @@ public interface FunctionDefinition extends DataType, FunctionSignature {
* @deprecated Use of {@link GenericCallingConvention} is deprecated since arbitrary calling
* convention names are now supported. {@link #setCallingConvention(String)} should be used.
*/
@Deprecated
public void setGenericCallingConvention(GenericCallingConvention genericCallingConvention);
/**