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:
Axel Dörfler
2003-01-07 00:20:52 +00:00
parent 0e21b167c9
commit 3c2ec528f6
+1 -1
View File
@@ -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"