diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/sim-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index d5d875e..270667b 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -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; |