The return value is now also a variable of type (void **).
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2373 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -34,7 +34,7 @@ tls_get(int32 index)
|
||||
static inline void **
|
||||
tls_address(int32 index)
|
||||
{
|
||||
void *ret;
|
||||
void **ret;
|
||||
__asm__ __volatile__ (
|
||||
"movl %%fs:0, %%eax \n\t"
|
||||
"leal (%%eax, %%edx, 4), %%eax \n\t"
|
||||
|
||||
Reference in New Issue
Block a user