summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/AssemblyInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/AssemblyInterface.h')
-rw-r--r--dev/LibCompiler/AssemblyInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/AssemblyInterface.h b/dev/LibCompiler/AssemblyInterface.h
index b612962..81440ce 100644
--- a/dev/LibCompiler/AssemblyInterface.h
+++ b/dev/LibCompiler/AssemblyInterface.h
@@ -54,7 +54,7 @@ class AssemblyInterface {
LIBCOMPILER_COPY_DEFAULT(AssemblyInterface);
- [[maybe_unused]] virtual Int32 Arch() noexcept { return AssemblyFactory::kArchAMD64; }
+ virtual UInt32 Arch() noexcept { return AssemblyFactory::kArchAMD64; }
/// @brief compile to object file.
/// @note Example C++ -> MASM -> AE object.