A number of bugfixes.

This commit is contained in:
OBattler
2020-07-12 20:20:06 +02:00
parent 2788ea59bf
commit be9d369a91
4 changed files with 19 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ static struct
[ACCREG_cycles] = {0, IREG_cycles},
};
void codegen_accumulate(r_data_t *ir, int acc_reg, int delta)
void codegen_accumulate(ir_data_t *ir, int acc_reg, int delta)
{
acc_regs[acc_reg].count += delta;