mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-27 01:34:55 +01:00
a32_jitstate: Remove fpsr_idc
We do not really have accurate FPSR state in any case.
This commit is contained in:
parent
6f49c0ef8e
commit
0de3993373
7 changed files with 16 additions and 46 deletions
|
|
@ -270,7 +270,6 @@ void TransferJitState(A32JitState& dest, const A32JitState& src, bool reset_rsb)
|
|||
dest.Reg = src.Reg;
|
||||
dest.ExtReg = src.ExtReg;
|
||||
dest.guest_MXCSR = src.guest_MXCSR;
|
||||
dest.fpsr_idc = src.fpsr_idc;
|
||||
dest.fpcr_mode = src.fpcr_mode;
|
||||
dest.fpsr_nzcv = src.fpsr_nzcv;
|
||||
if (reset_rsb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue