add a TODO

This commit is contained in:
Christian Semmler 2023-06-17 20:17:54 +02:00
parent 5e48942e36
commit 1c9104fcbe
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -5,6 +5,7 @@
void MxDSObject::SetObjectName(const char *p_name)
{
// TODO: instead of the expected CMP EAX,ESI we get CMP ESI,EAX
if (p_name != this->m_name)
{
free(this->m_name);