Skip to content
Snippets Groups Projects
Commit d289946d authored by ehuang32's avatar ehuang32
Browse files

test2

parent 07b6335c
No related branches found
No related tags found
No related merge requests found
Pipeline #59045 passed
...@@ -52,7 +52,7 @@ public class Fuzzer { ...@@ -52,7 +52,7 @@ public class Fuzzer {
// Current stack of instructions // Current stack of instructions
private static ArrayList<Instruction> instructionStack = new ArrayList<Instruction>(); private static ArrayList<Instruction> instructionStack = new ArrayList<Instruction>();
// Max stack of instructions before resetting stack // Max stack of instructions before resetting stack
private static final int MAX_STACK = 10; private static final int MAX_STACK = 5;
public static void main(String[] args) throws IOException { public static void main(String[] args) throws IOException {
System.out.println(Instruction.getBNF()); System.out.println(Instruction.getBNF());
......
6
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment