Oops, forgot to save ChangeLog before committing
[binutils-gdb.git] / sim / common / sim-memopt.h
index 717c5704216acf571f40abc908cb5a1d186cd5ab..cbaad0c99c68c8ff576a645021e9ba2ba818fc4f 100644 (file)
@@ -25,10 +25,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 typedef struct _sim_memopt sim_memopt;
 struct _sim_memopt {
+  int level;
+  int space;
   unsigned_word addr;
   unsigned_word nr_bytes;
   unsigned modulo;
-  void *buf;
+  void *buffer;
+  unsigned long munmap_length;
   sim_memopt *alias; /* linked list */
   sim_memopt *next;
 };