diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-04 10:08:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-04 10:08:44 +0000 |
commit | 6dbaff8f6067e91995adc90e5c8939de41c56e9a (patch) | |
tree | f71cef520e051d5d508c23d7b8f7540626c2e97d /sim/common/sim-base.h | |
parent | a34abff813f4fdd5f289ea45de9e874e31e7edf3 (diff) | |
download | gdb-6dbaff8f6067e91995adc90e5c8939de41c56e9a.zip gdb-6dbaff8f6067e91995adc90e5c8939de41c56e9a.tar.gz gdb-6dbaff8f6067e91995adc90e5c8939de41c56e9a.tar.bz2 |
Finish implementation of sim-memopt.
Use in d30v and tic80.
Make available a generic sim_read, sim_write implementation.
Diffstat (limited to 'sim/common/sim-base.h')
-rw-r--r-- | sim/common/sim-base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index 988eb29..f2b13d6 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -202,7 +202,6 @@ typedef struct { /* memory-options for managing the core */ #define STATE_MEMOPT(sd) ((sd)->base.memopt) -#define STATE_MEMOPT_P(sd) (STATE_MEMOPT (sd) != NULL) sim_memopt *memopt; /* event handler */ |