The code at the start of init_target() already take care of making the arch variants match their bitness. There is no need to redo that while setting the type of [u]int32. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- target.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target.c b/target.c index e1f2fd5d9..e886f7f0a 100644 --- a/target.c +++ b/target.c @@ -107,7 +107,6 @@ void init_target(void) case MACH_PPC32: case MACH_MIPS32: case MACH_RISCV32: - arch_m64 = ARCH_LP32; int32_ctype = &long_ctype; uint32_ctype = &ulong_ctype; break; -- 2.24.0