projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f62dff7
)
Improve comment.
author
Doug Evans
<dje@google.com>
Tue, 3 Mar 1998 00:10:34 +0000
(
00:10
+0000)
committer
Doug Evans
<dje@google.com>
Tue, 3 Mar 1998 00:10:34 +0000
(
00:10
+0000)
sim/common/sim-base.h
patch
|
blob
|
history
diff --git
a/sim/common/sim-base.h
b/sim/common/sim-base.h
index d5d875e01bba216dd15c98266f10cca9f438cea2..270667b30aea77fc6f2feb195ef058bb40565174 100644
(file)
--- 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;