mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-dt-filter-updates--SQUASHED'
This commit is contained in:
commit
9a7d3eb93f
11 changed files with 545 additions and 172 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue