From 67b57760e7f56d826b13f2a4f0d94ffbd704a463 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 8 Jul 2020 22:09:18 -0700 Subject: [PATCH] working on instruction models --- src/instr_models.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instr_models.rs b/src/instr_models.rs index 8908bf0..c23e659 100644 --- a/src/instr_models.rs +++ b/src/instr_models.rs @@ -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; -- 2.30.2