diff options
Diffstat (limited to 'bootstrap/types.c')
| -rw-r--r-- | bootstrap/types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/types.c b/bootstrap/types.c index 38d75d0..78a3df0 100644 --- a/bootstrap/types.c +++ b/bootstrap/types.c @@ -313,6 +313,7 @@ arraydecay(const struct type *ty) { int numtype2rank(const struct type *a) { + a = unconstify(a); if (a->t == TYint) { if (a->size < g_targ.intsize || a == ty_int) return 0; |