aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbe.c b/qbe.c
index 91b88fd..5d7c88a 100644
--- a/qbe.c
+++ b/qbe.c
@@ -209,7 +209,7 @@ functemp(struct func *f, struct value *v, struct repr *repr)
v->repr = repr;
}
-static const char *instname[] = {
+static const char *const instname[] = {
#define OP(op, name) [op] = name,
#include "ops.h"
#undef OP