This commit is contained in:
anon 2024-07-16 02:42:44 +02:00
parent 4e014bfb7e
commit ed697e9cf9

View File

@ -215,7 +215,7 @@ void dump_variable_to_assembler(void * data) {
}
void dump_variables_to_assembler(void) {
tommy_hashtable_foreach(&variable_table, dump_variable);
tommy_hashtable_foreach(&variable_table, dump_variable_to_assembler);
}
static