Changeset 461 for trunk/thune/thread.c

Show
Ignore:
Timestamp:
08/28/07 15:13:01 (15 months ago)
Author:
krobillard
Message:

Fixed warning on localFT init.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/thread.c

    r458 r461  
    179179    th->eos = th->dstack + UR_DSTACK_SIZE - 2; 
    180180    th->toc = th->cstack; 
    181     th->localFT = th->cstack + UR_CSTACK_SIZE; 
     181    th->localFT = (LocalFrame*) th->cstack + UR_CSTACK_SIZE; 
    182182    ur_initType( th->tos, UT_UNSET ); 
    183183