assemble: xsizeflags[] is an opflags_t variable

One more case of int32_t instead of opflags_t...

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2009-10-13 12:32:20 -07:00
parent f8563f7a98
commit a7643f4c04

View File

@ -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;