mirror of git://sourceware.org/git/glibc.git
(SINGLE_THREAD): Use `header' prefix instead of `header.data'.
This commit is contained in:
parent
979f5c31de
commit
1419a9581c
|
|
@ -84,7 +84,7 @@ L(pseudo_end):
|
||||||
# ifndef __ASSEMBLER__
|
# ifndef __ASSEMBLER__
|
||||||
# define SINGLE_THREAD_P \
|
# define SINGLE_THREAD_P \
|
||||||
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
|
__builtin_expect (THREAD_GETMEM (THREAD_SELF, \
|
||||||
header.data.multiple_threads) == 0, 1)
|
header.multiple_threads) == 0, 1)
|
||||||
# else
|
# else
|
||||||
# define SINGLE_THREAD_P(reg) \
|
# define SINGLE_THREAD_P(reg) \
|
||||||
ear reg,%a0; \
|
ear reg,%a0; \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue