Hopefully fixed compilation of the new recompiler.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user