summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wb.cc b/src/wb.cc
index 89ee298..7320f4f 100644
--- a/src/wb.cc
+++ b/src/wb.cc
@@ -93,7 +93,7 @@ std::array<signed int, V_R_LIMIT> WB::copy_extra_vector_elements()
int i;
std::array<signed int, V_R_LIMIT> v;
- if (this->curr_instr->type == S_VECT) {
+ if (this->curr_instr->type == R_VECT) {
if (this->curr_instr->slot_B == 0) {
v = {0};
return v;