Remove self-reference in variable declaration
This commit is contained in:
parent
b7dadd1797
commit
f07cd5bae2
|
@ -359,7 +359,7 @@ void X86CompilerFuncDecl::_dumpFunction(CompilerContext& cc)
|
||||||
logger->logString("; ---+----------+----+----------------+\n");
|
logger->logString("; ---+----------+----+----------------+\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
char* memHome = memHome = _buf;
|
char* memHome = _buf;
|
||||||
|
|
||||||
if (a.hasRegIndex())
|
if (a.hasRegIndex())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue