Skip to content

Commit

Permalink
Core: Do not force unmapping of fpr registers before CX86RegInfo::Bef…
Browse files Browse the repository at this point in the history
…oreCallDirect(void)
  • Loading branch information
project64 committed Aug 30, 2023
1 parent e49438c commit 2dcfcf2
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -259,7 +259,6 @@ void CX86RegInfo::BeforeCallDirect(void)
g_Notify->BreakPoint(__FILE__, __LINE__);
}
m_InBeforeCallDirect = true;
UnMap_AllFPRs();
m_Assembler.pushad();
}

Expand Down

0 comments on commit 2dcfcf2

Please sign in to comment.