sim: warnings: mark local funcs/vars as static
authorMike Frysinger <vapier@gentoo.org>
Tue, 9 Jan 2024 01:39:57 +0000 (20:39 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 9 Jan 2024 02:20:05 +0000 (21:20 -0500)
commitf64e47a22ca2a9c10c4ceb19b84d687f902fa725
tree9e4f9b9fc2e76d1bcadbdcc16261122a4eab5936
parentafdd1366358c477f986ca1af9f3cdc869ce15156
sim: warnings: mark local funcs/vars as static

These are only used in the respective files, so mark them as static.
This fixes missing prototype warnings at build time.
sim/m32c/opc2c.c
sim/m68hc11/gencode.c