Fix bug in register allocation.

This commit is contained in:
Marcel Keller
2024-12-03 12:37:55 +11:00
parent b22a5f7d83
commit e87000f245

View File

@@ -737,6 +737,7 @@ unsigned BaseInstruction::get_max_reg(int reg_type) const
return res;
}
case MULS:
case MULRS:
skip = 4;
offset = 1;
size_offset = -1;