mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +08:00
assemble.c: clean up whitespace
Remove stray whitespace
This commit is contained in:
parent
c58642fbba
commit
457afd4dad
@ -1698,7 +1698,7 @@ static int matches(const struct itemplate *itemp, insn * instruction, int bits)
|
||||
if (instruction->oprs[i].type != instruction->oprs[j].type ||
|
||||
instruction->oprs[i].basereg != instruction->oprs[j].basereg)
|
||||
return 0;
|
||||
} else if (itemp->opd[i] & ~instruction->oprs[i].type ||
|
||||
} else if (itemp->opd[i] & ~instruction->oprs[i].type ||
|
||||
((itemp->opd[i] & SIZE_MASK) &&
|
||||
((itemp->opd[i] ^ instruction->oprs[i].type) & SIZE_MASK))) {
|
||||
if ((itemp->opd[i] & ~instruction->oprs[i].type & ~SIZE_MASK) ||
|
||||
|
Loading…
Reference in New Issue
Block a user