Changeset 554 for interpreter/trunk/apps/ikt.c
- Timestamp:
- 02/14/09 15:15:59 (3 years ago)
- File:
-
- 1 edited
-
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 {
Note: See TracChangeset
for help on using the changeset viewer.
