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

MAX_STACK=3

parent 00ab8c78
No related branches found
No related tags found
No related merge requests found
...@@ -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 = 2; private static final int MAX_STACK = 3;
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());
......
0 1
\ No newline at end of file \ 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