Hopefully fixed compilation of the new recompiler.

This commit is contained in:
OBattler
2020-07-12 20:14:25 +02:00
parent 974a7ae4f1
commit 2788ea59bf
4 changed files with 7 additions and 7 deletions

View File

@@ -8,6 +8,6 @@ enum
struct ir_data_t;
void codegen_accumulate(int acc_reg, int delta);
void codegen_accumulate(struct ir_data_t *ir, int acc_reg, int delta);
void codegen_accumulate_flush(struct ir_data_t *ir);
void codegen_accumulate_reset();