fixed amb254

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40753
This commit is contained in:
David Anderson 2007-05-06 19:52:00 +00:00
parent a247f402ca
commit ffe0867d1a

View File

@ -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);