diff options
author | bd <bdunahu@operationnull.com> | 2025-05-11 13:08:16 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-11 13:08:16 -0400 |
commit | 79a68cabb033530871a1dab259149480584b2586 (patch) | |
tree | 0d59680dba627eec789984ef265fc20f8e6b88c8 /inc/ex.h | |
parent | 5326509d842c038a2d4f7dcf11fcadf960e437dd (diff) |
Add I_VECT field type for SRDL, SRDS, with two vector reg 1 general
Diffstat (limited to 'inc/ex.h')
-rw-r--r-- | inc/ex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ class EX : public Stage * @param the mnemonic * @param the vector length register */ - void handle_i_vector_operations(signed int &s1, signed int s2, Mnemonic m); + void handle_s_vector_operations(signed int &s1, signed int s2, Mnemonic m); /** * Wrapper for division functions, which detects HALT instructinos (division * by 0). |