From c5e989bbf1adf6cb0ea63f5d215db7c90518c607 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 10 May 2025 18:52:04 -0400 Subject: Rename load/store vector to i_vector --- src/wb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wb.cc') diff --git a/src/wb.cc b/src/wb.cc index 1c364b0..455c7ad 100644 --- a/src/wb.cc +++ b/src/wb.cc @@ -57,7 +57,7 @@ void WB::write_handler() if(this->curr_instr->mnemonic != STOREV && this->curr_instr->mnemonic != LOADV) { this->store_register>(reg, this->curr_instr->operands.vector.slot_one); } else { - this->store_register>(reg, this->curr_instr->operands.load_store_vector.vector_register); + this->store_register>(reg, this->curr_instr->operands.i_vector.vector_register); } } else{ this->store_register(reg, this->curr_instr->operands.integer.slot_one); -- cgit v1.2.3