[PATCH 8/8] arch: arm uses long for int32_t

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Newbies FAQ]     [LKML]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Trinity Fuzzer Tool]

  Powered by Linux