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