This commit is contained in:
anon
2024-07-29 18:07:11 +02:00
parent 69485b126a
commit f79b3c0231

@ -56,8 +56,8 @@ void add_if(void) {
}
void fin_if(void) {
append_instructions(ASMDIRMEM, if_stack[if_stack_empty_top]);
--if_stack_empty_top;
append_instructions(ASMDIRMEM, if_stack[if_stack_empty_top]);
}
/* NOTE: these functions should accept any type and *probably* figure out combos that