summaryrefslogtreecommitdiff
path: root/inc/ex.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/ex.h')
-rw-r--r--inc/ex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/ex.h b/inc/ex.h
index 19c3ac9..cc8062b 100644
--- a/inc/ex.h
+++ b/inc/ex.h
@@ -14,10 +14,10 @@ class EX : public Stage
* @return A newly allocated EX object.
*/
EX(Stage *next);
-
- InstrDTO *advance(Response p) override;
+ using Stage::advance;
private:
+ void advance_helper();
/**
* Maps each mnemonic to a function which carries out the instruction's base
* logic.