Core: Do not force unmapping of fpr registers before CX86RegInfo::BeforeCallDirect(void)
This commit is contained in:
parent
e49438cdab
commit
2dcfcf250d
|
@ -259,7 +259,6 @@ void CX86RegInfo::BeforeCallDirect(void)
|
|||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||
}
|
||||
m_InBeforeCallDirect = true;
|
||||
UnMap_AllFPRs();
|
||||
m_Assembler.pushad();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue