From a7f417b88840663c27182314aba5e4ab5d29e967 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 7 Feb 2025 09:27:42 +0100 Subject: ADD: Tiny refactors. Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CCompiler64x0.cc | 2 +- dev/LibCompiler/src/CCompilerARM64.cc | 2 +- dev/LibCompiler/src/CCompilerPower64.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/LibCompiler/src') diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc index 0c06c19..5090027 100644 --- a/dev/LibCompiler/src/CCompiler64x0.cc +++ b/dev/LibCompiler/src/CCompiler64x0.cc @@ -1493,7 +1493,7 @@ static void cc_print_help() #define kExt ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLang64x0) +LIBCOMPILER_MODULE(NeOSCompilerCLang64x0) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc index 31acce0..f6ee779 100644 --- a/dev/LibCompiler/src/CCompilerARM64.cc +++ b/dev/LibCompiler/src/CCompilerARM64.cc @@ -1491,7 +1491,7 @@ static void cc_print_help() #define kCExtension ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLangARM64) +LIBCOMPILER_MODULE(NeOSCompilerCLangARM64) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 2f916f4..f49b9c1 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -1513,7 +1513,7 @@ static void cc_print_help() #define kExt ".c" -LIBCOMPILER_MODULE(ZkaOSCompilerCLangPowerPC) +LIBCOMPILER_MODULE(NeOSCompilerCLangPowerPC) { kCompilerTypes.push_back({.fName = "void", .fValue = "void"}); kCompilerTypes.push_back({.fName = "char", .fValue = "byte"}); -- cgit v1.2.3