summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/AssemblerAMD64.cc
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 22:58:37 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 22:58:37 +0200
commit7258fbf7c8785a3390441bbbac44d78b2e4facbf (patch)
treec0e533bd5ef95d07cf7810c6d8cf0f511b92de74 /dev/LibCompiler/src/AssemblerAMD64.cc
parentf6b400b80efc64b918c03352e93ec9de4e2369a1 (diff)
dev: stabilizing source code towards an 0.0.1 release.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/AssemblerAMD64.cc')
-rw-r--r--dev/LibCompiler/src/AssemblerAMD64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/AssemblerAMD64.cc b/dev/LibCompiler/src/AssemblerAMD64.cc
index 7dfa36a..dd6b7be 100644
--- a/dev/LibCompiler/src/AssemblerAMD64.cc
+++ b/dev/LibCompiler/src/AssemblerAMD64.cc
@@ -51,7 +51,7 @@
#define kStdOut (std::cout << kWhite)
#define kStdErr (std::cout << kRed)
-static char kOutputArch = LibCompiler::kPefArchAMD64;
+static char kOutputArch = LibCompiler::kPefArchAMD64;
constexpr auto kIPAlignement = 0x1U;