diff options
Diffstat (limited to 'src/Platform/Posix/Tss.c')
| -rw-r--r-- | src/Platform/Posix/Tss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Posix/Tss.c b/src/Platform/Posix/Tss.c index ba04f2b..87a5006 100644 --- a/src/Platform/Posix/Tss.c +++ b/src/Platform/Posix/Tss.c @@ -56,7 +56,7 @@ static void **dataFetch(void) if (!result) abort(); - memset(result, 0, sizeof(sizeof(void *) * BH_MAX_TSS)); + memset(result, 0, sizeof(void *) * BH_MAX_TSS); if (pthread_setspecific(tssKey, result)) abort(); } |
