aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-core.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-03-03 00:45:10 +0000
committerDoug Evans <dje@google.com>1998-03-03 00:45:10 +0000
commit2307e0ee986cd939edc2f7286c1cf51cad21911b (patch)
tree39cda667caba9e81eceb73a6b50e1d9526ac9dbd /sim/common/sim-core.h
parent3a0d0c15e7eadef823b028e01b89594e1c49c2b7 (diff)
downloadfsf-binutils-gdb-2307e0ee986cd939edc2f7286c1cf51cad21911b.zip
fsf-binutils-gdb-2307e0ee986cd939edc2f7286c1cf51cad21911b.tar.gz
fsf-binutils-gdb-2307e0ee986cd939edc2f7286c1cf51cad21911b.tar.bz2
Good grief. Detailed function descriptions should accompany their definition.
Diffstat (limited to 'sim/common/sim-core.h')
-rw-r--r--sim/common/sim-core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/common/sim-core.h b/sim/common/sim-core.h
index 5bd0984..3dee685 100644
--- a/sim/common/sim-core.h
+++ b/sim/common/sim-core.h
@@ -122,7 +122,9 @@ EXTERN_SIM_CORE\
data read & written to the region. Normally a more efficient
internal structure is used. It is assumed that buffer is allocated
such that the byte alignmed of OPTIONAL_BUFFER matches ADDR vis
- (OPTIONAL_BUFFER % 8) == (ADDR % 8)) */
+ (OPTIONAL_BUFFER % 8) == (ADDR % 8)). It is defined to be a sub-optimal
+ hook that allows clients to do nasty things that the interface doesn't
+ accomodate. ??? That seems unnecessarily restrictive. */
EXTERN_SIM_CORE\
(void) sim_core_attach