working on instruction models
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Jul 2020 05:09:18 +0000 (22:09 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 9 Jul 2020 05:09:18 +0000 (22:09 -0700)
src/instr_models.rs

index 8908bf047c0644fa6f2e23dace59c271e7ccecc9..c23e6591803db85c11200f496a111d86196eb035 100644 (file)
@@ -294,7 +294,7 @@ pub fn moduw(inputs: InstructionInput) -> InstructionResult {
     }
 }
 
-create_instr_variants_ov_cr!(mullw, mullwo, mullw_, mullwo_, i32);
+create_instr_variants_ov_cr!(mullw, mullwo, mullw_, mullwo_, i64);
 
 pub fn mullwo(inputs: InstructionInput) -> InstructionResult {
     let ra = inputs.ra as i32 as i64;