From 7e2d0b1c3cb7e80d605c9cff382aa784e3e4e15f Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Thu, 6 Aug 2020 14:11:58 +0200 Subject: [PATCH] Fix bug that was introduced with merge. --- .../library/src/controller/refresh/RefreshManagerBankwise.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DRAMSys/library/src/controller/refresh/RefreshManagerBankwise.cpp b/DRAMSys/library/src/controller/refresh/RefreshManagerBankwise.cpp index 3bdb71e3..6acb4e6c 100644 --- a/DRAMSys/library/src/controller/refresh/RefreshManagerBankwise.cpp +++ b/DRAMSys/library/src/controller/refresh/RefreshManagerBankwise.cpp @@ -173,6 +173,7 @@ void RefreshManagerBankwise::updateState(Command command) switch (command) { case Command::REFB: + skipSelection = false; remainingBankMachines.erase(currentIterator); if (remainingBankMachines.empty()) remainingBankMachines = allBankMachines;