Placate -Wmissing-declarations in sim/cris
authorTom Tromey <tom@tromey.com>
Sat, 19 Aug 2023 18:26:21 +0000 (12:26 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 19 Aug 2023 18:26:21 +0000 (12:26 -0600)
commit887f85fb624496a4c34000828418fc865a2a5fe8
tree23756553d1b7f0d1cb2fb6142597598a98464147
parentf03d5c972e1b74c53c601f18a6ec5962879336cc
Placate -Wmissing-declarations in sim/cris

I get a couple of -Wmissing-declarations errors when building the sim.
This happens because an earlier patch added the declarations to a
cgen-generated header, but the recent re-generation then removed them.

This patch fixes the build by adding declarations just before the
definition.  This is normally not best practice, but in this
particular situation it at leat un-breaks the build.
sim/cris/cris-tmpl.c