Changeset 554
- Timestamp:
- 02/14/09 15:15:59 (19 months ago)
- Files:
-
- 1 modified
-
interpreter/trunk/apps/ikt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
interpreter/trunk/apps/ikt.c
r506 r554 253 253 } 254 254 255 kite_start_bytecode(thd, obj); 255 thd->start = obj; 256 kite_vm_call_object(thd, thd->start, thd->start, kite_new_null(thd)); 256 257 if (thd->exception) 257 258 {
