diff --git a/fuzzer/Fuzzer.java b/fuzzer/Fuzzer.java
index 8b91a1afc6442435f71f9a464cde3f3cd10c27fa..d52d65de5ba4ec9be59c0c247e8082f8bad244eb 100644
--- a/fuzzer/Fuzzer.java
+++ b/fuzzer/Fuzzer.java
@@ -52,7 +52,7 @@ public class Fuzzer {
     // Current stack of instructions
     private static ArrayList<Instruction> instructionStack = new ArrayList<Instruction>();
     // 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 {
         System.out.println(Instruction.getBNF());
diff --git a/runCount.txt b/runCount.txt
index c227083464fb9af8955c90d2924774ee50abb547..56a6051ca2b02b04ef92d5150c9ef600403cb1de 100644
--- a/runCount.txt
+++ b/runCount.txt
@@ -1 +1 @@
-0
\ No newline at end of file
+1
\ No newline at end of file