From 8c46ba4f216aec9f512cd398317f891be9b07e84 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Mar 2025 14:28:45 -0400 Subject: Add mock stage, proper decode tests --- inc/ex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/ex.h') 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. -- cgit v1.2.3