From 96ea259e3e3a3b1be7d0e3b589063340fc48cd2e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 May 2025 08:25:35 +0200 Subject: feat(LibCompiler): Update AssemblyInterface's Arch method. also: - Figured out the segfault, currently working on a patch. - Better CLI output, with each library having it's prefix. - LibCompiler: `drv` - LibDebugger: `dbg` Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/AssemblerPowerPC.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'dev/LibCompiler/src/AssemblerPowerPC.cc') diff --git a/dev/LibCompiler/src/AssemblerPowerPC.cc b/dev/LibCompiler/src/AssemblerPowerPC.cc index ddd0b4e..c0a7172 100644 --- a/dev/LibCompiler/src/AssemblerPowerPC.cc +++ b/dev/LibCompiler/src/AssemblerPowerPC.cc @@ -41,9 +41,6 @@ #define kWhite "\e[0;97m" #define kYellow "\e[0;33m" -#define kStdOut (std::cout << kWhite) -#define kStdErr (std::cout << kRed) - constexpr auto cPowerIPAlignment = 0x4U; static CharType kOutputArch = LibCompiler::kPefArchPowerPC; -- cgit v1.2.3