diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-26 23:57:02 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-04-26 23:57:02 -0400 |
commit | bd4714ae53898337a02cfcec17628eeff9d77a9c (patch) | |
tree | 04e01e43dab9768c78134190b99a3c9fc4f837cf /inc/ex.h | |
parent | 41f612789f652654b5f2fa8c3fee4e348e2081b1 (diff) |
Fix for load and store vector
Diffstat (limited to 'inc/ex.h')
-rw-r--r-- | inc/ex.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 */ |