0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00
This commit is contained in:
un-ch
2025-08-19 01:09:32 +08:00
committed by GitHub

View File

@@ -734,8 +734,10 @@ static void out_eops(struct out_data *data, const extop *e)
break;
case EOT_EXTOP:
while (dup--)
while (dup) {
out_eops(data, e->val.subexpr);
dup--;
}
break;
case EOT_DB_NUMBER: