a32_jitstate: Remove old_FPSCR

This commit is contained in:
MerryMage 2019-05-05 19:47:38 +01:00
parent b3bb544bca
commit 8cd7837839
2 changed files with 0 additions and 2 deletions

View file

@ -168,7 +168,6 @@ u32 A32JitState::Fpscr() const {
}
void A32JitState::SetFpscr(u32 FPSCR) {
old_FPSCR = FPSCR;
fpcr_mode = FPSCR & FPSCR_MODE_MASK;
fpsr_nzcv = FPSCR & FPSCR_NZCV_MASK;
guest_MXCSR = 0;