mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-23 04:12:02 +00:00
kern: remove spurious assertion
This commit is contained in:
parent
f3b532070b
commit
d3eb1268bc
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ namespace ams::kern::arch::arm64 {
|
||||||
static constexpr size_t NumLevels = 3;
|
static constexpr size_t NumLevels = 3;
|
||||||
static constexpr size_t LevelBits = 9;
|
static constexpr size_t LevelBits = 9;
|
||||||
static_assert(NumLevels > 0);
|
static_assert(NumLevels > 0);
|
||||||
static_assert(PageBits == 12);
|
|
||||||
|
|
||||||
template<size_t Offset, size_t Count>
|
template<size_t Offset, size_t Count>
|
||||||
static constexpr ALWAYS_INLINE u64 GetBits(u64 value) {
|
static constexpr ALWAYS_INLINE u64 GetBits(u64 value) {
|
||||||
|
|
Loading…
Reference in a new issue