diff --git a/assemble.c b/assemble.c index c329c3fb..821f0190 100644 --- a/assemble.c +++ b/assemble.c @@ -1993,7 +1993,7 @@ static enum match_result find_match(const struct itemplate **tempp, { const struct itemplate *temp; enum match_result m, merr; - int32_t xsizeflags[MAX_OPERANDS]; + opflags_t xsizeflags[MAX_OPERANDS]; bool opsizemissing = false; int i;