Show
Ignore:
Timestamp:
06/21/08 10:04:10 (5 months ago)
Author:
matthiasm
Message:

kNPSGetPath would get the wrong indexed argument from the stack. The rest of the changes were done to get more detailed package dumps.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/branches/DyneTK/src/newt_core/NewtBC.c

    r113 r126  
    25552555            NBCGenBC_op(stree, node->op1); 
    25562556            NBCGenBC_op(stree, node->op2); 
    2557             NBCGenCode(node->code, 2); 
     2557            NBCGenCode(node->code, 1); 
    25582558            break; 
    25592559