aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runner/runner.c')
-rw-r--r--src/runner/runner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runner/runner.c b/src/runner/runner.c
index 611d55f..52be448 100644
--- a/src/runner/runner.c
+++ b/src/runner/runner.c
@@ -2409,6 +2409,7 @@ AstTree *castTo(AstTree *tree, AstTree *to) {
case AST_TREE_TOKEN_TYPE_C_LIBRARY:
case AST_TREE_TOKEN_TYPE_C_FUNCTION:
}
+ printLog("%s", AST_TREE_TOKEN_STRINGS[tree->token]);
UNREACHABLE;
}