summaryrefslogtreecommitdiff
path: root/inc/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mm.h')
-rw-r--r--inc/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/mm.h b/inc/mm.h
index edee589..0d2ce82 100644
--- a/inc/mm.h
+++ b/inc/mm.h
@@ -14,7 +14,7 @@ class MM : public Stage
*/
MM(Stage *next);
- Response advance(InstrDTO &i, Response p) override;
+ Response advance(InstrDTO &next_instr, Response p) override;
};
#endif /* MM_H_INCLUDED */