[Project64] Needed to update CodeSection.cpp
This commit is contained in:
parent
73549ee72f
commit
0211680a16
|
@ -1506,7 +1506,7 @@ void CCodeSection::AddParent(CCodeSection * Parent)
|
|||
}
|
||||
else
|
||||
{
|
||||
g_Notify->DisplayError(L"How are these sections joined?????");
|
||||
g_Notify->DisplayError("How are these sections joined?????");
|
||||
}
|
||||
m_RegWorkingSet = m_RegEnter;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue