From ed697e9cf99b7193b77f449da433cf3a594159bd Mon Sep 17 00:00:00 2001 From: anon Date: Tue, 16 Jul 2024 02:42:44 +0200 Subject: [PATCH] sorry --- source/eaxhla.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/eaxhla.c b/source/eaxhla.c index c188336..7e8aeaf 100644 --- a/source/eaxhla.c +++ b/source/eaxhla.c @@ -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