summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/Assembler64x0.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/Assembler64x0.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/Assembler64x0.cc')
-rw-r--r--dev/LibCompiler/src/Assembler64x0.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/src/Assembler64x0.cc b/dev/LibCompiler/src/Assembler64x0.cc
index 9dc8e52..fe0e8e2 100644
--- a/dev/LibCompiler/src/Assembler64x0.cc
+++ b/dev/LibCompiler/src/Assembler64x0.cc
@@ -21,6 +21,7 @@
#include <LibCompiler/AE.h>
#include <LibCompiler/Backend/64x0.h>
+#include <LibCompiler/Detail/ClUtils.h>
#include <LibCompiler/PEF.h>
#include <LibCompiler/Parser.h>
#include <algorithm>
@@ -28,7 +29,6 @@
#include <fstream>
#include <iostream>
#include <vector>
-#include <LibCompiler/Detail/ClUtils.h>
/////////////////////
@@ -36,7 +36,7 @@
/////////////////////
-static char kOutputArch = LibCompiler::kPefArch64000;
+static char kOutputArch = LibCompiler::kPefArch64000;
/// @note The 64x0 is VLSIW, so we need to jump to 4 bytes.
constexpr auto k64x0IPAlignment = 0x4U;