diff --git a/core/smn_textparse.cpp b/core/smn_textparse.cpp index 91c8b450..f18f997c 100644 --- a/core/smn_textparse.cpp +++ b/core/smn_textparse.cpp @@ -47,7 +47,7 @@ public: if (parse_end) { cell_t result; - parse_start->PushCell(handle); + parse_end->PushCell(handle); parse_end->PushCell(halted ? 1 : 0); parse_end->PushCell(failed ? 1 : 0); parse_end->Execute(&result);