mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
rename USE_NPTL to CONFIG_USE_NPTL
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
75b5a697ed
commit
2f7bb8780a
11 changed files with 26 additions and 30 deletions
|
@ -1592,7 +1592,7 @@ static void gdb_set_cpu_pc(GDBState *s, target_ulong pc)
|
|||
|
||||
static inline int gdb_id(CPUState *env)
|
||||
{
|
||||
#if defined(CONFIG_USER_ONLY) && defined(USE_NPTL)
|
||||
#if defined(CONFIG_USER_ONLY) && defined(CONFIG_USE_NPTL)
|
||||
return env->host_tid;
|
||||
#else
|
||||
return env->cpu_index + 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue