Remove self-reference in variable declaration

This commit is contained in:
Michał Janiszewski 2022-07-21 12:57:49 +02:00 committed by GitHub
parent b7dadd1797
commit f07cd5bae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ void X86CompilerFuncDecl::_dumpFunction(CompilerContext& cc)
logger->logString("; ---+----------+----+----------------+\n");
}
char* memHome = memHome = _buf;
char* memHome = _buf;
if (a.hasRegIndex())
{