summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/PEF.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/PEF.hpp')
-rw-r--r--Private/KernelKit/PEF.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/KernelKit/PEF.hpp b/Private/KernelKit/PEF.hpp
index afa43968..8c67c6ae 100644
--- a/Private/KernelKit/PEF.hpp
+++ b/Private/KernelKit/PEF.hpp
@@ -31,6 +31,7 @@ enum {
kPefArchRISCV,
kPefArch64x0, /* 64x000. */
kPefArch32x0,
+ kPefArchCount = (kPefArch32x0 - kPefArchIntel86S) + 1,
kPefArchInvalid = 0xFF,
};