diff options
Diffstat (limited to 'qbe.c')
-rw-r--r-- | qbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |