Re: [PATCH 1/5] include/exec: Introduce env_cpu_const()

2024-09-08 Thread Richard Henderson
On 8/2/24 02:59, Ilya Leoshkevich wrote: It's the same as env_cpu(), but for const objects. Signed-off-by: Ilya Leoshkevich --- include/exec/cpu-common.h | 13 - linux-user/elfload.c | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson

[PATCH 1/5] include/exec: Introduce env_cpu_const()

2024-08-02 Thread Ilya Leoshkevich
It's the same as env_cpu(), but for const objects. Signed-off-by: Ilya Leoshkevich --- include/exec/cpu-common.h | 13 - linux-user/elfload.c | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 2e1b