forked from Imagelibrary/binutils-gdb
sim: hw: mark hw_descriptors const
This commit is contained in:
@@ -428,7 +428,7 @@ stamp-hw: Makefile.in $(srccom)/Make-common.in $(config.status) Makefile
|
||||
sim_hw="$(SIM_HW_DEVICES)" ; \
|
||||
echo "/* generated by Makefile */" ; \
|
||||
printf "extern const struct hw_descriptor dv_%s_descriptor[];\n" $$sim_hw ; \
|
||||
echo "const struct hw_descriptor *hw_descriptors[] = {" ; \
|
||||
echo "const struct hw_descriptor * const hw_descriptors[] = {" ; \
|
||||
printf " dv_%s_descriptor,\n" $$sim_hw ; \
|
||||
echo " NULL," ; \
|
||||
echo "};" \
|
||||
|
||||
@@ -385,7 +385,7 @@ hw_create (struct sim_state *sd,
|
||||
|
||||
/* locate a descriptor */
|
||||
{
|
||||
const struct hw_descriptor **table;
|
||||
const struct hw_descriptor * const *table;
|
||||
for (table = hw_descriptors;
|
||||
*table != NULL;
|
||||
table++)
|
||||
|
||||
Reference in New Issue
Block a user