Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make[2]: Entering directory '/m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere'
- kern_init_elf.cpp
- aarch64-none-elf-g++ -MMD -MP -MF /m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/release/kern_init_elf.d -Wall -ffunction-sections -fdata-sections -fno-strict-aliasing -fwrapv -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-stack-protector -fPIE -g -march=armv8-a -mtp=soft -mtune=cortex-a57 -O2 -mgeneral-regs-only -ffixed-x18 -Werror -DATMOSPHERE -DATMOSPHERE_ARCH_ARM64 -DATMOSPHERE_BOARD_NINTENDO_SWITCH -D__SWITCH__ -DATMOSPHERE_OS_HORIZON -DATMOSPHERE_CPU_ARM_CORTEX_A57 -DATMOSPHERE_GIT_BRANCH=\"master\" -DATMOSPHERE_GIT_REVISION=\"master-9df7f0a-dirty\" -DATMOSPHERE_IS_MESOSPHERE -I/m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include -I/m/switchdev/0wn-switch/Atmosphere/libraries/config//../libvapours/include -I. -fno-rtti -fno-exceptions -std=gnu++17 -flto -c /m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/source/init/kern_init_elf.cpp -o kern_init_elf.o
- In file included from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_intrusive_list.hpp:18,
- from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util.hpp:26,
- from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours.hpp:22,
- from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere.hpp:19,
- from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/source/init/kern_init_elf.cpp:16:
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:29:44: error: 'array' in namespace 'std' does not name a template type
- using PaddingMember = std::array<char, alignof(ParentType)>;
- ^~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:29:39: note: 'std::array' is defined in header '<array>'; did you forget to '#include <array>'?
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:1:1:
- +#include <array>
- /*
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:29:39:
- using PaddingMember = std::array<char, alignof(ParentType)>;
- ^~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:33:21: error: 'PaddingMember' does not name a type
- PaddingMember padding[Offset];
- ^~~~~~~~~~~~~
- In file included from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours.hpp:19,
- from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere.hpp:19,
- from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/source/init/kern_init_elf.cpp:16:
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp: In member function 'void ams::kern::init::KInitialPageTable::Map(ams::kern::KVirtualAddress, size_t, ams::kern::KPhysicalAddress, const ams::kern::init::PageTableEntry&, ams::kern::init::KInitialPageTable::IPageAllocator&)':
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:227:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:227:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:228:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(phys_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:228:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(phys_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:229:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:229:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp: In member function 'bool ams::kern::init::KInitialPageTable::IsFree(ams::kern::KVirtualAddress, size_t)':
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:314:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:314:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:315:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:315:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp: In member function 'void ams::kern::init::KInitialPageTable::Reprotect(ams::kern::KVirtualAddress, size_t, const ams::kern::init::PageTableEntry&, const ams::kern::init::PageTableEntry&)':
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:363:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:363:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:364:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:364:17: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:374:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L1BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:374:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L1BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:375:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L1BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:375:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L1BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:376:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l1_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:376:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l1_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:392:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l1_entry->IsTable());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:392:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l1_entry->IsTable());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:400:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:400:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:401:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:401:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:402:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:402:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:407:33: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry[i].IsCompatibleWithAttribute(attr_before, true));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:407:33: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry[i].IsCompatibleWithAttribute(attr_before, true));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:422:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:422:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:423:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:423:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:424:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:424:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:425:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:425:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:443:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry->IsTable());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:443:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l2_entry->IsTable());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:447:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry->IsBlock());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:447:21: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry->IsBlock());
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:452:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:452:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:453:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:453:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:454:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:454:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3ContiguousBlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:459:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry[i].IsCompatibleWithAttribute(attr_before, true));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:459:29: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry[i].IsCompatibleWithAttribute(attr_before, true));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:474:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:474:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:475:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:475:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:476:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:476:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3BlockSize));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:477:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
- #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
- #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
- ^~~~~~~~~~~~~~~~~
- M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
- if (AMS_UNLIKELY(!(expr))) { \
- ^~~~~~~~~~~~
- m:\switchdev\0wn-switch\atmosphere\libraries\libmesosphere\include\mesosphere\arch\arm64\init\kern_k_init_page_table.hpp:477:25: note: in expansion of macro 'MESOSPHERE_ABORT_UNLESS'
- MESOSPHERE_ABORT_UNLESS(l3_entry->IsCompatibleWithAttribute(attr_before, false));
- ^~~~~~~~~~~~~~~~~~~~~~~
- make[3]: *** [/opt/devkitpro/devkitA64/base_rules:14: kern_init_elf.o] Error 1
- make[2]: *** [Makefile:86: lib/libmesosphere.a] Error 2
- make[2]: Leaving directory '/m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere'
- make[1]: *** [Makefile:8: libmesosphere] Error 2
- make[1]: Leaving directory '/m/switchdev/0wn-switch/Atmosphere/libraries'
- make: *** [Makefile:36: libraries] Error 2
- M:\switchdev\0wn-switch\Atmosphere>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement