sim: igen: constify itable data structures
authorMike Frysinger <vapier@gentoo.org>
Sat, 24 Dec 2022 06:20:14 +0000 (01:20 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Dec 2022 02:30:33 +0000 (21:30 -0500)
commit5d3539bd6bbd9cbd0fa1e09d93632ff08822f1c2
tree96881a892922b7b8f029005d55217532a8e1d182
parentbba234157f38ec3fec26d035f8bba31b76f41860
sim: igen: constify itable data structures

These are const data arrays of strings and numbers.  We don't want
or need them to be writable, so mark them all const.
sim/igen/gen-itable.c