From f07113c7ad10621710263caa95da298f8b2a7c18 Mon Sep 17 00:00:00 2001 From: cognet Date: Fri, 14 May 2004 13:32:13 +0000 Subject: Define iaddr_t and saddr_t for arm. --- lib/libstand/zalloc_defs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/libstand') diff --git a/lib/libstand/zalloc_defs.h b/lib/libstand/zalloc_defs.h index efde5b5..668f785 100644 --- a/lib/libstand/zalloc_defs.h +++ b/lib/libstand/zalloc_defs.h @@ -61,7 +61,10 @@ typedef long saddr_t; /* signed long same size as pointer */ typedef unsigned long iaddr_t; /* unsigned long same size as pointer */ typedef long saddr_t; /* signed long same size as pointer */ #endif - +#ifdef __arm__ +typedef unsigned long iaddr_t; /* unsigned int same size as pointer */ +typedef int saddr_t; /* signed int same size as pointer */ +#endif #include "zalloc_mem.h" #define Prototype extern -- cgit v1.1