Merge remote-tracking branch 'origin/patch'

This commit is contained in:
ghidra1 2022-12-01 21:09:01 -05:00
commit 6fdbc5e917
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