Re: [PATCH v2 14/15] linux-user: Replace env_cpu_const() by generic env_cpu() equivalent
Richard Henderson <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 8/20/26 13:13, Philippe Mathieu-Daudé wrote: > Use the generic env_cpu() macro introduced in the previous > commit and remove the few env_cpu_const() uses. > > Signed-off-by: Philippe Mathieu-Daudé<[email protected]> > --- > include/exec/cpu-common.h | 1 - > linux-user/elfload.c | 2 +- > linux-user/i386/elfload.c | 2 +- > linux-user/x86_64/elfload.c | 2 +- > 4 files changed, 3 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson <[email protected]> r~