*** empty log message ***
[deliverable/binutils-gdb.git] / sim / ppc / misc.h
index 041bd6d2cacf0addb8561d0646580defcb111f55..50301fd64fc2886091d4f4189e3e006463a7aedb 100644 (file)
@@ -58,6 +58,7 @@ do { \
 } while (0)
 
 #define ZALLOC(TYPE) (TYPE*)zalloc(sizeof(TYPE))
+#define NZALLOC(TYPE,N) ((TYPE*) zalloc (sizeof(TYPE) * (N)))
 
 extern void *zalloc
 (long size);
This page took 0.022305 seconds and 4 git commands to generate.