mirror of
https://github.com/qemu/qemu.git
synced 2024-12-05 01:33:41 +08:00
linux-user: Fix TARGET_PROT_SEM for XTENSA
The xtensa platform has a value of 0x10 for PROT_SEM. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20220924114501.21767-2-deller@gmx.de> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
38b870cc8c
commit
d124853bd7
@ -1246,7 +1246,7 @@ struct target_winsize {
|
||||
|
||||
#include "termbits.h"
|
||||
|
||||
#if defined(TARGET_MIPS)
|
||||
#if defined(TARGET_MIPS) || defined(TARGET_XTENSA)
|
||||
#define TARGET_PROT_SEM 0x10
|
||||
#else
|
||||
#define TARGET_PROT_SEM 0x08
|
||||
|
Loading…
Reference in New Issue
Block a user