Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3804 → Rev 3805

/programs/develop/libraries/newlib/crt/crt2.c
9,8 → 9,8
int retval;
 
__asm__ __volatile__( // save stack limits
"movl %0, %%fs:4 \n\t" // use TLS
"movl %1, %%fs:8 \n\t"
"movl %0, %%fs:8 \n\t" // use TLS
"movl %1, %%fs:12 \n\t"
::"r"(stacklow), "r"(stackhigh));
 
init_reent(); // initialize thread reentry structure