summaryrefslogtreecommitdiff
path: root/src/sim/mm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/mm.cc')
-rw-r--r--src/sim/mm.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sim/mm.cc b/src/sim/mm.cc
index e1057d5..3df1578 100644
--- a/src/sim/mm.cc
+++ b/src/sim/mm.cc
@@ -16,13 +16,10 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "mm.h"
-#include "accessor.h"
#include "instrDTO.h"
#include "response.h"
#include "stage.h"
-MM::MM(Stage *stage) : Stage(stage) { this->id = MEM; }
-
void MM::advance_helper()
{
signed int data;