summaryrefslogtreecommitdiffhomepage
path: root/Private/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/ArchKit')
-rw-r--r--Private/ArchKit/ArchKit.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/ArchKit/ArchKit.hpp b/Private/ArchKit/ArchKit.hpp
index c7130353..ce22d70c 100644
--- a/Private/ArchKit/ArchKit.hpp
+++ b/Private/ArchKit/ArchKit.hpp
@@ -10,11 +10,11 @@
#include <NewKit/Defines.hpp>
#include <NewKit/Function.hpp>
-#ifdef __x86_64__
+#ifdef __NEWOS_AMD64__
#include <HALKit/AMD64/HalPageAlloc.hpp>
#include <HALKit/AMD64/Hypervisor.hpp>
#include <HALKit/AMD64/Processor.hpp>
-#elif defined(__powerpc64__)
+#elif defined(__NEWOS_PPC__)
#include <HALKit/PowerPC/Processor.hpp>
#else
#error Unknown architecture