score: Clarify TLS support

This commit is contained in:
Sebastian Huber
2014-04-17 07:57:09 +02:00
parent 10e613ba52
commit 320faf8e68
6 changed files with 26 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ void _CPU_Context_Initialize(
#endif
if ( tls_area != NULL ) {
void *tls_block = _TLS_TCB_before_tls_block_initialize( tls_area );
void *tls_block = _TLS_TCB_before_TLS_block_initialize( tls_area );
the_ppc_context->gpr2 = (uint32_t) tls_block + 0x7000;
} else {