GP-0 Ensure Program.getCompiler() returns "unknown" instead of null

This commit is contained in:
ghidra1 2023-12-05 07:51:48 -05:00
parent 53275c92f8
commit 6242fda158
3 changed files with 5 additions and 3 deletions

View file

@ -397,7 +397,7 @@ public class StubProgram implements Program {
@Override
public String getCompiler() {
throw new UnsupportedOperationException();
return "unknown";
}
@Override