summaryrefslogtreecommitdiff
path: root/inc/ex.h
diff options
context:
space:
mode:
authorSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-04-26 23:57:02 -0400
committerSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-04-26 23:57:02 -0400
commitbd4714ae53898337a02cfcec17628eeff9d77a9c (patch)
tree04e01e43dab9768c78134190b99a3c9fc4f837cf /inc/ex.h
parent41f612789f652654b5f2fa8c3fee4e348e2081b1 (diff)
Fix for load and store vector
Diffstat (limited to 'inc/ex.h')
-rw-r--r--inc/ex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/inc/ex.h b/inc/ex.h
index 58237ab..5a5c046 100644
--- a/inc/ex.h
+++ b/inc/ex.h
@@ -76,11 +76,6 @@ class EX : public Stage
* @param if the modulo operator should instead be used
*/
void handle_divide(signed int &s1, signed int s2, bool is_mod);
- /**
- * Maps each mnemonic to a function which carries out the instruction's base
- * logic.
- * All instructions store the result into s1.
- */
};
#endif /* EX_H_INCLUDED */