And another fix.

This commit is contained in:
OBattler
2022-02-06 01:16:08 +01:00
parent bb3422764a
commit 6c34c331c0

View File

@@ -405,7 +405,7 @@ void
spd_write_drbs_with_ext(uint8_t *regs, uint8_t reg_min, uint8_t reg_max, uint8_t drb_unit) spd_write_drbs_with_ext(uint8_t *regs, uint8_t reg_min, uint8_t reg_max, uint8_t drb_unit)
{ {
uint8_t row, dimm, drb; uint8_t row, dimm, drb;
uint16_t size, row_val = rows[SPD_MAX_SLOTS]; uint16_t size, row_val, rows[SPD_MAX_SLOTS];
int shift; int shift;
/* No SPD: split SIMMs into pairs as if they were "DIMM"s. */ /* No SPD: split SIMMs into pairs as if they were "DIMM"s. */