summaryrefslogtreecommitdiff
path: root/src/sim/wb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/wb.cc')
-rw-r--r--src/sim/wb.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sim/wb.cc b/src/sim/wb.cc
index 0348b51..55591b6 100644
--- a/src/sim/wb.cc
+++ b/src/sim/wb.cc
@@ -16,15 +16,12 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "wb.h"
-#include "accessor.h"
#include "instrDTO.h"
#include "response.h"
#include "stage.h"
#include <array>
#include <algorithm>
-WB::WB(Stage *stage) : Stage(stage) { this->id = WRITE; }
-
void WB::advance_helper()
{
if (this->curr_instr->get_mnemonic() != NOP &&