[svn:parrot] r40579 - branches/pcc_arg_unify/src/call
allison at svn.parrot.org
allison at svn.parrot.org
Sun Aug 16 04:40:53 UTC 2009
Author: allison
Date: Sun Aug 16 04:40:52 2009
New Revision: 40579
URL: https://trac.parrot.org/parrot/changeset/40579
Log:
[pcc] Need to pop the fake context after pushing it.
Modified:
branches/pcc_arg_unify/src/call/pcc.c
Modified: branches/pcc_arg_unify/src/call/pcc.c
==============================================================================
--- branches/pcc_arg_unify/src/call/pcc.c Sun Aug 16 04:26:05 2009 (r40578)
+++ branches/pcc_arg_unify/src/call/pcc.c Sun Aug 16 04:40:52 2009 (r40579)
@@ -3754,6 +3754,7 @@
runops(interp, offset);
interp->run_core = old_core;
}
+ Parrot_pop_context(interp);
}
More information about the parrot-commits
mailing list