From 5326509d842c038a2d4f7dcf11fcadf960e437dd Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 11 May 2025 12:31:58 -0400 Subject: Remove I_VECT field types --- src/wb.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/wb.cc') diff --git a/src/wb.cc b/src/wb.cc index bfdbc3a..1f396a5 100644 --- a/src/wb.cc +++ b/src/wb.cc @@ -62,11 +62,11 @@ void WB::write_handler() this->store_register>( reg, this->copy_extra_vector_elements()); break; - case I_VECT: - this->store_register>( - reg, this->curr_instr->operands.i_vector.slot_three); - // todo, use copy_extra_vector_elements - break; + // case I_VECT: + // this->store_register>( + // reg, this->curr_instr->operands.i_vector.slot_three); + // // todo, use copy_extra_vector_elements + // break; } } -- cgit v1.2.3