fixed failing tests

TODO: add comprehensive testing to everything
This commit is contained in:
2026-02-14 11:50:54 +00:00
parent 25a59a6b19
commit 240f0e553f
@@ -464,7 +464,7 @@ fn test_shift_left_with_shamt() {
let shl_instr = Instruction::ShiftLeft(RTypeArgs::new(
Some(Register::Rg1),
Some(Register::Zero),
None,
Some(Register::Rg1),
Some(2),
));
@@ -485,7 +485,7 @@ fn test_shift_right_with_shamt() {
let shr_instr = Instruction::ShiftRight(RTypeArgs::new(
Some(Register::Rg1),
Some(Register::Zero),
None,
Some(Register::Rg1),
Some(2),
));