summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:33:46 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-02-03 06:33:46 +0100
commit00f53a8617584c9dc8a7b5fe4d3f66192c50832d (patch)
treeabb26dd93b47ea9c036f74f0091a568021225538 /dev/LibCompiler/src
parent0cac3e6fa024ffad21a45fff067df56df5d427fe (diff)
Final tweaks.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src')
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc4
1 files changed, 2 insertions, 2 deletions
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;
}