summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/k_memory_region_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_memory_region_type.h b/src/core/hle/kernel/k_memory_region_type.h
index d83e80793..cf2653d28 100644
--- a/src/core/hle/kernel/k_memory_region_type.h
+++ b/src/core/hle/kernel/k_memory_region_type.h
@@ -279,7 +279,7 @@ static_assert(KMemoryRegionType_BoardDeviceBase.GetValue() == 0x5);
279#if defined(ARCH_ARM64) 279#if defined(ARCH_ARM64)
280#include "core/hle/kernel/arch/arm64/k_memory_region_device_types.inc" 280#include "core/hle/kernel/arch/arm64/k_memory_region_device_types.inc"
281#elif defined(ARCH_ARM) 281#elif defined(ARCH_ARM)
282#error "Unimplemented"" 282#error "Unimplemented"
283#else 283#else
284// Default to no architecture devices. 284// Default to no architecture devices.
285constexpr auto NumArchitectureDeviceRegions = 0; 285constexpr auto NumArchitectureDeviceRegions = 0;