aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-13 22:18:32 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-13 22:18:32 +0100
commitcc3e2244796a54a394d534e19149bc53fe2b3b71 (patch)
tree8ab75dd9b2ef525432dd3a2be2154bde26135980 /src/sc_interp.c
parent0f030d0268fc72d6a52ea221e876ff0386ebb226 (diff)
Debugging improvements
Diffstat (limited to 'src/sc_interp.c')
-rw-r--r--src/sc_interp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 0aae963..4b74fef 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -258,6 +258,11 @@ int sc_interp_add_blocks(SCInterpreter *scin, const SCBlock *bl)
} /* else go away and sulk about it */
#endif
+ } else {
+
+ fprintf(stderr, "Don't know what to do with this:\n");
+ show_sc_block(bl, "");
+
}
bl = sc_block_next(bl);