Ignore:
Timestamp:
02/14/09 15:15:59 (3 years ago)
Author:
mooneer
Message:

Fix for ticket #86.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interpreter/trunk/apps/ikt.c

    r506 r554  
    253253            } 
    254254             
    255             kite_start_bytecode(thd, obj); 
     255            thd->start = obj; 
     256            kite_vm_call_object(thd, thd->start, thd->start, kite_new_null(thd)); 
    256257            if (thd->exception) 
    257258            { 
Note: See TracChangeset for help on using the changeset viewer.