From 00f53a8617584c9dc8a7b5fe4d3f66192c50832d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Feb 2025 06:33:46 +0100 Subject: Final tweaks. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src') diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc index af0f0c6..bbba941 100644 --- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc +++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc @@ -373,7 +373,7 @@ bool CompilerFrontendCPlusPlus::Compile(const std::string text, ch = '_'; } - syntax_tree.fUserValue += "jge __OFFSET_ON_TRUE_NDK\nsegment .code64 __OFFSET_ON_TRUE_NDK:\n"; + syntax_tree.fUserValue += "jge __OFFSET_ON_TRUE_LC\nsegment .code64 __OFFSET_ON_TRUE_LC:\n"; } break; @@ -788,7 +788,7 @@ bool CompilerFrontendCPlusPlus::Compile(const std::string text, kState.fSyntaxTree->fLeafList.push_back(syntax_tree); } -ndk_compile_ok: +lc_compile_ok: return true; } -- cgit v1.2.3