Small fixes to W83781D and SPD

This commit is contained in:
RichardG867
2020-03-29 19:32:37 -03:00
parent 96f451e92a
commit 44f293a509
2 changed files with 4 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ spd_register(uint8_t ram_type, uint8_t slot_mask, uint16_t max_module_size)
spd_log("SPD: vslot %d = %d MB\n", vslot, vslots[vslot]);
total_size -= vslots[vslot];
} else {
vslots[vslot] = 0;
break;
}
}