summaryrefslogtreecommitdiff
path: root/src/ex.cc
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-10 22:28:01 -0400
committerbd <bdunahu@operationnull.com>2025-05-10 22:28:01 -0400
commit6f4e9e0b914c3e68691a5d884cbad0b5813fcf18 (patch)
tree44205b454c11a2d98711cd3226b4828e12a8479a /src/ex.cc
parent2269a338f9e5ad7a29bef5ff73bbb4d72489a92e (diff)
Fix bug where too many vector elements were written back
Diffstat (limited to 'src/ex.cc')
-rw-r--r--src/ex.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ex.cc b/src/ex.cc
index 066f584..56a59d7 100644
--- a/src/ex.cc
+++ b/src/ex.cc
@@ -231,7 +231,6 @@ void EX::handle_vector_operations(
}
this->set_condition(EQ, eq);
break;
-
default:
throw std::invalid_argument(
"handle_vector_operations received an integer operation!");