From c791c2de8bdcd89035dd004b73d05217e40e179c Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Apr 2025 08:56:59 +0200 Subject: dev: codebase has been improved in terms of cli and consistency. Signed-off-by: Amlal --- dev/LibCompiler/src/CCompilerPower64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/CCompilerPower64.cc') diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 42c4a0a..ee9c5a4 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -1074,7 +1074,7 @@ class AssemblyMountpointCLang final ASSEMBLY_INTERFACE { return LibCompiler::AssemblyFactory::kArchPowerPC; } - Int32 CompileToFormat(std::string& src, Int32 arch) override { + Int32 CompileToFormat(std::string src, Int32 arch) override { if (arch != AssemblyMountpointCLang::Arch()) return 1; if (kCompilerFrontend == nullptr) return 1; -- cgit v1.2.3