Reset state when initializing the interpreter
:100644 100644 4052532... 2802e29... M syx/syx-interp.c
diff --git a/syx/syx-interp.c b/syx/syx-interp.c
index 4052532..2802e29 100644
--- a/syx/syx-interp.c
+++ b/syx/syx-interp.c
@@ -225,6 +225,8 @@ syx_interp_frame_to_context (SyxInterpFrame *frame)
void
syx_interp_init (void)
{
+ SyxInterpState state = SYX_INTERP_STATE_NEW;
+ _syx_interp_state = state;
}
/*!