Yu-Cheng Chang
2024-04-08 23:30:54 +08:00
committed by GitHub
parent c65071282d
commit 71b0b1f2b6

View File

@@ -183,7 +183,7 @@ decode QUADRANT default Unknown::unknown() {
return std::make_shared<IllegalInstFault>("FPU is off",
machInst);
Mem_uw = unboxF32(boxF32(Fs2_bits));
Mem_uw = unboxF32(boxF32(Fp2_bits));
}}, {{
EA = (uint32_t)(Rp1_uw + offset);
}});