aboutsummaryrefslogtreecommitdiff
path: root/sim/common/hw-properties.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-27 11:49:07 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-27 11:49:07 +0000
commitf9cbceb6b756ca1dea8faddefe87b2718086018c (patch)
treed260e91a659cafc8bdfc55d7d1af1431b6ad38bf /sim/common/hw-properties.h
parent38e64f358e2894319381e195c699c337b6dbb29d (diff)
downloadgdb-f9cbceb6b756ca1dea8faddefe87b2718086018c.zip
gdb-f9cbceb6b756ca1dea8faddefe87b2718086018c.tar.gz
gdb-f9cbceb6b756ca1dea8faddefe87b2718086018c.tar.bz2
2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
* nrun.c (main): Print the simulator statistics only in verbose mode. * hw-properties.h (hw_find_integer_array_property): Fix prototype (use signed_cell).
Diffstat (limited to 'sim/common/hw-properties.h')
-rw-r--r--sim/common/hw-properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/hw-properties.h b/sim/common/hw-properties.h
index 511fba3..198878f 100644
--- a/sim/common/hw-properties.h
+++ b/sim/common/hw-properties.h
@@ -166,7 +166,7 @@ int hw_find_integer_array_property
(struct hw *me,
const char *property,
unsigned index,
- signed_word *integer);
+ signed_cell *integer);