diff options
Diffstat (limited to 'dev/LibCompiler/src/CCompilerARM64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompilerARM64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index 7339840..b2f36e9 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -1054,7 +1054,7 @@ class AssemblyCCInterface final ASSEMBLY_INTERFACE { return LibCompiler::AssemblyFactory::kArchAARCH64; } - Int32 CompileToFormat(std::string& src, Int32 arch) override { + Int32 CompileToFormat(std::string src, Int32 arch) override { if (arch != AssemblyCCInterface::Arch()) return 1; if (kCompilerFrontend == nullptr) return 1; |
