diff options
Diffstat (limited to 'nptl/sysdeps/sh')
-rw-r--r-- | nptl/sysdeps/sh/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/sh/tls.h b/nptl/sysdeps/sh/tls.h index b6d8428bf6..88b13a35c8 100644 --- a/nptl/sysdeps/sh/tls.h +++ b/nptl/sysdeps/sh/tls.h @@ -118,7 +118,7 @@ typedef struct __self - 1;}) /* Magic for libthread_db to know how to do THREAD_SELF. */ -# define DB_THREAD_SELF REGISTER (32, REG_GBR * 4, 0) +# define DB_THREAD_SELF REGISTER (32, 32, REG_GBR * 4, 0) /* Read member of the thread descriptor directly. */ # define THREAD_GETMEM(descr, member) (descr->member) |