sim: cgen: constify mode_names
[deliverable/binutils-gdb.git] / sim / common / cgen-utils.c
index d17fb42ce1c84d88541e48b143a8a50144bd4a61..13de592cdf7f37d6c1e7444e343d97121af9a1cc 100644 (file)
@@ -28,7 +28,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #define SEMOPS_DEFINE_INLINE
 #include "cgen-ops.h"
 
-const char *mode_names[] = {
+const char * const mode_names[] = {
   "VOID",
   "BI",
   "QI",
This page took 0.038469 seconds and 4 git commands to generate.