Show
Ignore:
Timestamp:
09/18/08 19:46:04 (4 months ago)
Author:
ruoso
Message:

[smop] fixed two memory leaks. changed a bit the SMOP_LOWLEVEL_MEM_DEBUG code and added SMOP_MOLD_DEBUG and SMOP_SLIME_DEBUG that prints when it is evaluating some call both the name of the method as well as the type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/src/smop_s1p_array_iterator.sm0p

    r22272 r22281  
    4646    mold_reg_set(interpreter,frame,0,SMOP_REFERENCE(interpreter,interpreter)); 
    4747    mold_reg_set(interpreter,frame,1,SMOP_REFERENCE(interpreter,capture)); 
    48     mold_reg_set(interpreter,frame,2,SMOP_REFERENCE(interpreter,back)); 
     48    mold_reg_set(interpreter,frame,2,back); 
    4949 
    5050    SMOP_DISPATCH(interpreter,SMOP_RI(interpreter),SMOP__ID__goto,frame);