From f07cd5bae2039e71f7a37aada09c1c066a783458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 21 Jul 2022 12:57:49 +0200 Subject: [PATCH] Remove self-reference in variable declaration --- desmume/src/utils/AsmJit/x86/x86compilerfunc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/utils/AsmJit/x86/x86compilerfunc.cpp b/desmume/src/utils/AsmJit/x86/x86compilerfunc.cpp index 88b4b2715..d6499af8f 100644 --- a/desmume/src/utils/AsmJit/x86/x86compilerfunc.cpp +++ b/desmume/src/utils/AsmJit/x86/x86compilerfunc.cpp @@ -359,7 +359,7 @@ void X86CompilerFuncDecl::_dumpFunction(CompilerContext& cc) logger->logString("; ---+----------+----+----------------+\n"); } - char* memHome = memHome = _buf; + char* memHome = _buf; if (a.hasRegIndex()) {