forked from Imagelibrary/binutils-gdb
Finish implementation of sim-memopt.
Use in d30v and tic80. Make available a generic sim_read, sim_write implementation.
This commit is contained in:
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
void *zalloc (unsigned long size);
|
||||
|
||||
#define ZALLOC(TYPE) (TYPE*)zalloc(sizeof (TYPE))
|
||||
#define NZALLOC(TYPE,N) (TYPE*)zalloc(sizeof (TYPE) * (N))
|
||||
|
||||
void zfree(void*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user