mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Merge fc06f60fbf339821c2c1e259b5c485d4207c63b0 into 888d9ab55012d25059da81fed6575ef3a004726f
This commit is contained in:
commit
c4665eaaf8
@ -5619,7 +5619,7 @@ static Token *expand_mmac_params(Token * tline)
|
||||
} else {
|
||||
*tail = t;
|
||||
tail = &t->next;
|
||||
set_text(t, text, tok_strlen(text));
|
||||
set_text_free(t, text, tok_strlen(text));
|
||||
t->type = type;
|
||||
}
|
||||
changed = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user