From 41d2914a3b46124f1bd9e29be7b03c66d490d3f8 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 18 Jul 2018 22:36:41 -0400 Subject: [PATCH] Flagging a problem. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 3bcf927b..8585e771 100644 --- a/main.cpp +++ b/main.cpp @@ -553,6 +553,7 @@ never_inline bool ape_machine(const u8 * buf, UNUSED size_t len, ParsedJson & pj for (u32 i = 0; i < MAX_DEPTH; i++) { if (states[i] == 0) { + printf("states[%d] == 0\n", i); return false; } }