A unification of subroutine and block frame creation.
commit45acd06f1eff2f9a95f5a7ba3b5a1ee926ed0930
authorAngel Ortega <angel@venexma.es>
Thu, 27 Sep 2007 12:11:15 +0000 (27 14:11 +0200)
committerAngel Ortega <angel@venexma.es>
Thu, 27 Sep 2007 12:12:20 +0000 (27 14:12 +0200)
tree5b37c933d8366cb96c0277573ec6feacc76a11c2
parentd7cbf089cd2478aa24e857d7bdfa523930e56b51
A unification of subroutine and block frame creation.

Now both O_subframe() and O_blkframe() opcodes call the
new function execute_in_frame(). The only difference is that
the creation of the l array is forced if it's NULL or if a
subroutine frame is wanted. This change also makes possible
to use arguments when executing code inside a block frame.

This change should *NOT* be disruptive.
VERSION
mpsl_c.c