diff options
author | bd <bdunahu@operationnull.com> | 2025-03-30 14:28:45 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-30 14:28:45 -0400 |
commit | 8c46ba4f216aec9f512cd398317f891be9b07e84 (patch) | |
tree | cb502366f721c6bca60becc309fd9de288769d87 /inc/ex.h | |
parent | 916949133a5797772dcd6966e469c12230ffc3fa (diff) |
Add mock stage, proper decode tests
Diffstat (limited to 'inc/ex.h')
-rw-r--r-- | inc/ex.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |