From 7258fbf7c8785a3390441bbbac44d78b2e4facbf Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 25 Apr 2025 22:58:37 +0200 Subject: dev: stabilizing source code towards an 0.0.1 release. Signed-off-by: Amlal --- dev/LibCompiler/src/AssemblerAMD64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/LibCompiler/src/AssemblerAMD64.cc') 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; -- cgit v1.2.3