mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 15:02:42 +02:00
kern: remove spurious assertion
This commit is contained in:
parent
573769303b
commit
d9d6d52575
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user