Improve comment.

This commit is contained in:
Doug Evans 1998-03-03 00:10:34 +00:00
parent f62dff78f9
commit b9bcce6732

View File

@ -202,7 +202,7 @@ typedef struct {
#define STATE_CORE(sd) (&(sd)->base.core)
sim_core core;
/* memory-options for managing the core */
/* Record of memory sections added via the memory-options interface. */
#define STATE_MEMOPT(sd) ((sd)->base.memopt)
sim_memopt *memopt;