GP-0 corrected latent issue in AbstractEditFunctionSignatureDialog

This commit is contained in:
ghidra1 2022-12-01 21:05:12 -05:00
parent 703043dbf2
commit f30b37bc05
2 changed files with 3 additions and 11 deletions

View file

@ -106,7 +106,7 @@ public class FunctionTestDouble implements Function {
@Override
public String getCallFixup() {
throw new UnsupportedOperationException();
return null;
}
@Override