[Project64] Needed to update CodeSection.cpp

This commit is contained in:
zilmar 2015-12-24 07:38:50 +11:00
parent 73549ee72f
commit 0211680a16
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}