It seems that ARM uses 'long' for its 'int32_t' type ('seems' because I can't make sense of GCC's source about this point). Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- target.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target.c b/target.c index 530970912..eae88bd5d 100644 --- a/target.c +++ b/target.c @@ -105,6 +105,7 @@ void init_target(void) } switch (arch_mach) { + case MACH_ARM: case MACH_M68K: case MACH_SPARC32: case MACH_PPC32: -- 2.24.0