Fix codegen bugs

This commit is contained in:
Abdelrahman Said
2025-04-16 08:13:31 +01:00
parent cfa8094260
commit 63acdd1336
5 changed files with 9 additions and 9 deletions

View File

@@ -4,5 +4,5 @@
u64 count = list->node_count;
for (u64 i = 0; i < count; ++i) {{
wapp_{T}_list_pop_back(list);
wapp_{Tlower}_list_pop_back(list);
}}