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/LibDebugger/CommonCLI.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibDebugger') diff --git a/dev/LibDebugger/CommonCLI.inl b/dev/LibDebugger/CommonCLI.inl index c917295..01bbb82 100644 --- a/dev/LibDebugger/CommonCLI.inl +++ b/dev/LibDebugger/CommonCLI.inl @@ -15,4 +15,4 @@ static std::string kPath = ""; #define kRed "\e[0;31m" #define kWhite "\e[0;97m" -#define kStdOut (std::cout << kRed << "dbg: " << kWhite) \ No newline at end of file +#define kStdOut (std::cout << kRed << "dbg: " << kWhite) -- cgit v1.2.3