Le 19/05/2019 à 22:19, Richard Henderson a écrit : > We will need a target-specific hook for adjusting registers > in the parent during clone. To avoid confusion, rename the > one we have to make it clear it affects the child. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/aarch64/target_cpu.h | 2 +- > linux-user/alpha/target_cpu.h | 2 +- > linux-user/arm/target_cpu.h | 2 +- > linux-user/cris/target_cpu.h | 2 +- > linux-user/hppa/target_cpu.h | 2 +- > linux-user/i386/target_cpu.h | 2 +- > linux-user/m68k/target_cpu.h | 2 +- > linux-user/microblaze/target_cpu.h | 2 +- > linux-user/mips/target_cpu.h | 2 +- > linux-user/nios2/target_cpu.h | 2 +- > linux-user/openrisc/target_cpu.h | 3 ++- > linux-user/ppc/target_cpu.h | 2 +- > linux-user/riscv/target_cpu.h | 2 +- > linux-user/s390x/target_cpu.h | 2 +- > linux-user/sh4/target_cpu.h | 2 +- > linux-user/sparc/target_cpu.h | 2 +- > linux-user/tilegx/target_cpu.h | 2 +- > linux-user/xtensa/target_cpu.h | 3 ++- > linux-user/syscall.c | 4 ++-- > 19 files changed, 22 insertions(+), 20 deletions(-) >
Reviewed-by: Laurent Vivier <laur...@vivier.eu>