summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/riscv64/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/riscv64/tls.h')
-rw-r--r--libpthread/nptl/sysdeps/riscv64/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/riscv64/tls.h b/libpthread/nptl/sysdeps/riscv64/tls.h
index 8295c7148..f33e6ed77 100644
--- a/libpthread/nptl/sysdeps/riscv64/tls.h
+++ b/libpthread/nptl/sysdeps/riscv64/tls.h
@@ -160,7 +160,7 @@ register tcbhead_t *__thread_self __asm__("tp");
/* Magic for libthread_db to know how to do THREAD_SELF. */
# define DB_THREAD_SELF \
- CONST_THREAD_AREA (32, sizeof (struct pthread))
+ CONST_THREAD_AREA (64, sizeof (struct pthread))
/* Access to data in the thread descriptor is easy. */
#define THREAD_GETMEM(descr, member) \