mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +08:00
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:
parent
f8563f7a98
commit
a7643f4c04
@ -1993,7 +1993,7 @@ static enum match_result find_match(const struct itemplate **tempp,
|
|||||||
{
|
{
|
||||||
const struct itemplate *temp;
|
const struct itemplate *temp;
|
||||||
enum match_result m, merr;
|
enum match_result m, merr;
|
||||||
int32_t xsizeflags[MAX_OPERANDS];
|
opflags_t xsizeflags[MAX_OPERANDS];
|
||||||
bool opsizemissing = false;
|
bool opsizemissing = false;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user