Internal

Functions

void __tm_clear_some_stack_words ()
 Clears some words on the stack to prevent some garabage.

Function Documentation

void __tm_clear_some_stack_words (  ) 

Clears some words on the stack to prevent some garabage.

Clears the stack and initializes register root set.

Avoid leaving garbage on the stack Note: Do not move this in to user.c, it might be optimized away.

Definition at line 2171 of file tm.c.

02172 {
02173   int some_words[64];
02174   memset(some_words, 0, sizeof(some_words));
02175 }


Generated on Mon Jan 25 06:33:12 2010 for TM(tredmill) by  doxygen 1.6.1