From b4bcdc8482f8deae2d25018b4f91593570cf9cf5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Feb 2025 15:26:11 +0100 Subject: ADD: Assembler frontend tweaks and other refactors. Signed-off-by: Amlal El Mahrouss --- 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 f49b9c1..024d5d4 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -1502,7 +1502,7 @@ public: #define kPrintF printf #define kSplashCxx() \ - kPrintF(kWhite "cc, %s, (c) Amlal EL Mahrouss.\n", kDistVersion) + kPrintF(kWhite "cc, %s, (c) Amlal EL Mahrouss\n", kDistVersion) static void cc_print_help() { -- cgit v1.2.3