Changeset 461 for trunk/thune/thread.c
- Timestamp:
- 08/28/07 15:13:01 (15 months ago)
- Files:
-
- 1 modified
-
trunk/thune/thread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/thread.c
r458 r461 179 179 th->eos = th->dstack + UR_DSTACK_SIZE - 2; 180 180 th->toc = th->cstack; 181 th->localFT = th->cstack + UR_CSTACK_SIZE;181 th->localFT = (LocalFrame*) th->cstack + UR_CSTACK_SIZE; 182 182 ur_initType( th->tos, UT_UNSET ); 183 183
