diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java index 55658e75d253c3eb882400f43f55fd074bfa2336..31eb49c09af85ba97ddc5bcb5dd355437911d8d3 100644 --- a/fuzzer/Fuzzer.java +++ b/fuzzer/Fuzzer.java @@ -14,7 +14,7 @@ public class Fuzzer { public static void main(String[] args) throws IOException { System.out.println(Instruction.getBNF()); - int instructionCount = getRandomInt(0, MAX_INSTRUCTIONS); + int instructionCount = MAX_INSTRUCTIONS; FileOutputStream out = null; PrintWriter pw = null;