1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-09 21:51:45 +00:00

kern: remove spurious assertion

This commit is contained in:
Michael Scire 2021-10-19 01:21:23 -07:00
parent f3b532070b
commit d3eb1268bc

View file

@ -46,7 +46,6 @@ namespace ams::kern::arch::arm64 {
static constexpr size_t NumLevels = 3;
static constexpr size_t LevelBits = 9;
static_assert(NumLevels > 0);
static_assert(PageBits == 12);
template<size_t Offset, size_t Count>
static constexpr ALWAYS_INLINE u64 GetBits(u64 value) {