diff --git a/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp b/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp index c334f57e41..0e480ea226 100644 --- a/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp +++ b/Source/Project64-core/N64System/Recompiler/x86/x86RegInfo.cpp @@ -259,7 +259,6 @@ void CX86RegInfo::BeforeCallDirect(void) g_Notify->BreakPoint(__FILE__, __LINE__); } m_InBeforeCallDirect = true; - UnMap_AllFPRs(); m_Assembler.pushad(); }