summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerARM64.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 08:25:35 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-22 08:26:57 +0200
commit96ea259e3e3a3b1be7d0e3b589063340fc48cd2e (patch)
treeeee3788889ee7c9f7e5d538604920acef05a8bba /dev/LibCompiler/src/AssemblerARM64.cc
parent385178a1ecb41a7a529d219d80e2ed1232831abd (diff)
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 <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/AssemblerARM64.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerARM64.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/LibCompiler/src/AssemblerARM64.cc b/dev/LibCompiler/src/AssemblerARM64.cc
index 19c7401..bad974e 100644
--- a/dev/LibCompiler/src/AssemblerARM64.cc
+++ b/dev/LibCompiler/src/AssemblerARM64.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 = 0x1U;
static CharType kOutputArch = LibCompiler::kPefArchARM64;