0
0
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:
Ivan Sorokin 2024-11-13 14:44:39 -06:00 committed by GitHub
commit c4665eaaf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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