--- parser3/src/main/execute.C 2001/02/20 19:21:13 1.2 +++ parser3/src/main/execute.C 2001/02/21 07:35:40 1.4 @@ -1,8 +1,8 @@ /* - $Id: execute.C,v 1.2 2001/02/20 19:21:13 paf Exp $ + $Id: execute.C,v 1.4 2001/02/21 07:35:40 paf Exp $ */ -#include "pa_array.h" +#include "pa_array.h" #include "code.h" #include @@ -14,7 +14,6 @@ char *opcode_name[]={ "CONSTRUCT", "EXPRESSION_EVAL", "MODIFY_EVAL", "WRITE", - "REPLACE_RESULT", "GET_ELEMENT", "GET_ELEMENT__WRITE", "CREATE_EWPOOL", "REDUCE_EWPOOL", "CREATE_RWPOOL", "REDUCE_RWPOOL", @@ -40,7 +39,7 @@ void dump(int level, const Array *ops) { if(code==OP_CODE_ARRAY) { const Array *local_ops=reinterpret_cast(ops->raw_get(++i)); - dump(level=1, local_ops); + dump(level+1, local_ops); } } }