Advertisement
Mouse103

Untitled

Jan 21st, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.56 KB | None | 0 0
  1. make[2]: Entering directory '/m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere'
  2. kern_init_elf.cpp
  3. 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
  4. In file included from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_intrusive_list.hpp:18,
  5. from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util.hpp:26,
  6. from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours.hpp:22,
  7. from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere.hpp:19,
  8. from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/source/init/kern_init_elf.cpp:16:
  9. 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
  10. using PaddingMember = std::array<char, alignof(ParentType)>;
  11. ^~~~~
  12. 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>'?
  13. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:1:1:
  14. +#include <array>
  15. /*
  16. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:29:39:
  17. using PaddingMember = std::array<char, alignof(ParentType)>;
  18. ^~~
  19. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/util/util_parent_of_member.hpp:33:21: error: 'PaddingMember' does not name a type
  20. PaddingMember padding[Offset];
  21. ^~~~~~~~~~~~~
  22. In file included from m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours.hpp:19,
  23. from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere.hpp:19,
  24. from M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/source/init/kern_init_elf.cpp:16:
  25. 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&)':
  26. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  27. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  28. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  30. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  31. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  33. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  34. ^~~~~~~~~~~~~~~~~
  35. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  36. if (AMS_UNLIKELY(!(expr))) { \
  37. ^~~~~~~~~~~~
  38. 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'
  39. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  40. ^~~~~~~~~~~~~~~~~~~~~~~
  41. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  42. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  43. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  44. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  45. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  46. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  48. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  49. ^~~~~~~~~~~~~~~~~
  50. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  51. if (AMS_UNLIKELY(!(expr))) { \
  52. ^~~~~~~~~~~~
  53. 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'
  54. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  55. ^~~~~~~~~~~~~~~~~~~~~~~
  56. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  57. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  58. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  59. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  60. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  61. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  63. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  64. ^~~~~~~~~~~~~~~~~
  65. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  66. if (AMS_UNLIKELY(!(expr))) { \
  67. ^~~~~~~~~~~~
  68. 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'
  69. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(phys_addr), PageSize));
  70. ^~~~~~~~~~~~~~~~~~~~~~~
  71. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  72. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  73. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  74. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  75. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  76. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  77. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  78. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  79. ^~~~~~~~~~~~~~~~~
  80. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  81. if (AMS_UNLIKELY(!(expr))) { \
  82. ^~~~~~~~~~~~
  83. 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'
  84. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(phys_addr), PageSize));
  85. ^~~~~~~~~~~~~~~~~~~~~~~
  86. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  87. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  88. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  90. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  91. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  92. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  93. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  94. ^~~~~~~~~~~~~~~~~
  95. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  96. if (AMS_UNLIKELY(!(expr))) { \
  97. ^~~~~~~~~~~~
  98. 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'
  99. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  100. ^~~~~~~~~~~~~~~~~~~~~~~
  101. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  102. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  103. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  104. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  105. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  106. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  107. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  108. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  109. ^~~~~~~~~~~~~~~~~
  110. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  111. if (AMS_UNLIKELY(!(expr))) { \
  112. ^~~~~~~~~~~~
  113. 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'
  114. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  115. ^~~~~~~~~~~~~~~~~~~~~~~
  116. 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)':
  117. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  118. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  119. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  120. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  121. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  122. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  124. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  125. ^~~~~~~~~~~~~~~~~
  126. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  127. if (AMS_UNLIKELY(!(expr))) { \
  128. ^~~~~~~~~~~~
  129. 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'
  130. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  131. ^~~~~~~~~~~~~~~~~~~~~~~
  132. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  133. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  134. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  136. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  137. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  138. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  139. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  140. ^~~~~~~~~~~~~~~~~
  141. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  142. if (AMS_UNLIKELY(!(expr))) { \
  143. ^~~~~~~~~~~~
  144. 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'
  145. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  146. ^~~~~~~~~~~~~~~~~~~~~~~
  147. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  148. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  149. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  151. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  152. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  153. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  154. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  155. ^~~~~~~~~~~~~~~~~
  156. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  157. if (AMS_UNLIKELY(!(expr))) { \
  158. ^~~~~~~~~~~~
  159. 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'
  160. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  161. ^~~~~~~~~~~~~~~~~~~~~~~
  162. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  163. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  164. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  166. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  167. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  168. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  169. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  170. ^~~~~~~~~~~~~~~~~
  171. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  172. if (AMS_UNLIKELY(!(expr))) { \
  173. ^~~~~~~~~~~~
  174. 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'
  175. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  176. ^~~~~~~~~~~~~~~~~~~~~~~
  177. 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&)':
  178. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  179. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  180. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  181. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  182. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  183. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  184. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  185. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  186. ^~~~~~~~~~~~~~~~~
  187. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  188. if (AMS_UNLIKELY(!(expr))) { \
  189. ^~~~~~~~~~~~
  190. 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'
  191. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  192. ^~~~~~~~~~~~~~~~~~~~~~~
  193. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  194. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  195. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  197. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  198. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  200. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  201. ^~~~~~~~~~~~~~~~~
  202. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  203. if (AMS_UNLIKELY(!(expr))) { \
  204. ^~~~~~~~~~~~
  205. 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'
  206. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), PageSize));
  207. ^~~~~~~~~~~~~~~~~~~~~~~
  208. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  209. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  210. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  211. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  212. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  213. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  214. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  215. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  216. ^~~~~~~~~~~~~~~~~
  217. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  218. if (AMS_UNLIKELY(!(expr))) { \
  219. ^~~~~~~~~~~~
  220. 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'
  221. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  222. ^~~~~~~~~~~~~~~~~~~~~~~
  223. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  224. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  225. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  227. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  228. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  229. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  230. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  231. ^~~~~~~~~~~~~~~~~
  232. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  233. if (AMS_UNLIKELY(!(expr))) { \
  234. ^~~~~~~~~~~~
  235. 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'
  236. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, PageSize));
  237. ^~~~~~~~~~~~~~~~~~~~~~~
  238. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  239. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  240. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  242. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  243. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  245. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  246. ^~~~~~~~~~~~~~~~~
  247. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  248. if (AMS_UNLIKELY(!(expr))) { \
  249. ^~~~~~~~~~~~
  250. 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'
  251. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L1BlockSize));
  252. ^~~~~~~~~~~~~~~~~~~~~~~
  253. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  254. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  255. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  256. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  257. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  258. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  259. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  260. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  261. ^~~~~~~~~~~~~~~~~
  262. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  263. if (AMS_UNLIKELY(!(expr))) { \
  264. ^~~~~~~~~~~~
  265. 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'
  266. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L1BlockSize));
  267. ^~~~~~~~~~~~~~~~~~~~~~~
  268. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  269. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  270. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  271. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  272. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  273. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  275. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  276. ^~~~~~~~~~~~~~~~~
  277. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  278. if (AMS_UNLIKELY(!(expr))) { \
  279. ^~~~~~~~~~~~
  280. 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'
  281. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L1BlockSize));
  282. ^~~~~~~~~~~~~~~~~~~~~~~
  283. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  284. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  285. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  286. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  287. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  288. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  290. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  291. ^~~~~~~~~~~~~~~~~
  292. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  293. if (AMS_UNLIKELY(!(expr))) { \
  294. ^~~~~~~~~~~~
  295. 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'
  296. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L1BlockSize));
  297. ^~~~~~~~~~~~~~~~~~~~~~~
  298. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  299. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  300. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  301. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  302. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  303. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  304. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  305. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  306. ^~~~~~~~~~~~~~~~~
  307. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  308. if (AMS_UNLIKELY(!(expr))) { \
  309. ^~~~~~~~~~~~
  310. 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'
  311. MESOSPHERE_ABORT_UNLESS(l1_entry->IsCompatibleWithAttribute(attr_before, false));
  312. ^~~~~~~~~~~~~~~~~~~~~~~
  313. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  314. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  315. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  316. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  317. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  318. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  320. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  321. ^~~~~~~~~~~~~~~~~
  322. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  323. if (AMS_UNLIKELY(!(expr))) { \
  324. ^~~~~~~~~~~~
  325. 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'
  326. MESOSPHERE_ABORT_UNLESS(l1_entry->IsCompatibleWithAttribute(attr_before, false));
  327. ^~~~~~~~~~~~~~~~~~~~~~~
  328. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  329. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  330. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  331. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  332. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  333. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  335. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  336. ^~~~~~~~~~~~~~~~~
  337. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  338. if (AMS_UNLIKELY(!(expr))) { \
  339. ^~~~~~~~~~~~
  340. 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'
  341. MESOSPHERE_ABORT_UNLESS(l1_entry->IsTable());
  342. ^~~~~~~~~~~~~~~~~~~~~~~
  343. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  344. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  345. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  346. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  347. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  348. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  349. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  350. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  351. ^~~~~~~~~~~~~~~~~
  352. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  353. if (AMS_UNLIKELY(!(expr))) { \
  354. ^~~~~~~~~~~~
  355. 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'
  356. MESOSPHERE_ABORT_UNLESS(l1_entry->IsTable());
  357. ^~~~~~~~~~~~~~~~~~~~~~~
  358. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  359. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  360. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  361. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  362. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  363. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  364. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  365. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  366. ^~~~~~~~~~~~~~~~~
  367. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  368. if (AMS_UNLIKELY(!(expr))) { \
  369. ^~~~~~~~~~~~
  370. 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'
  371. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2ContiguousBlockSize));
  372. ^~~~~~~~~~~~~~~~~~~~~~~
  373. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  374. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  375. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  376. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  377. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  378. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  379. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  380. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  381. ^~~~~~~~~~~~~~~~~
  382. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  383. if (AMS_UNLIKELY(!(expr))) { \
  384. ^~~~~~~~~~~~
  385. 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'
  386. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2ContiguousBlockSize));
  387. ^~~~~~~~~~~~~~~~~~~~~~~
  388. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  389. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  390. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  391. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  392. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  393. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  394. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  395. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  396. ^~~~~~~~~~~~~~~~~
  397. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  398. if (AMS_UNLIKELY(!(expr))) { \
  399. ^~~~~~~~~~~~
  400. 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'
  401. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2ContiguousBlockSize));
  402. ^~~~~~~~~~~~~~~~~~~~~~~
  403. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  404. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  405. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  406. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  407. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  408. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  409. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  410. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  411. ^~~~~~~~~~~~~~~~~
  412. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  413. if (AMS_UNLIKELY(!(expr))) { \
  414. ^~~~~~~~~~~~
  415. 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'
  416. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2ContiguousBlockSize));
  417. ^~~~~~~~~~~~~~~~~~~~~~~
  418. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  419. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  420. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  421. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  422. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  423. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  424. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  425. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  426. ^~~~~~~~~~~~~~~~~
  427. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  428. if (AMS_UNLIKELY(!(expr))) { \
  429. ^~~~~~~~~~~~
  430. 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'
  431. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2ContiguousBlockSize));
  432. ^~~~~~~~~~~~~~~~~~~~~~~
  433. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  434. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  435. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  436. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  437. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  438. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  439. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  440. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  441. ^~~~~~~~~~~~~~~~~
  442. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  443. if (AMS_UNLIKELY(!(expr))) { \
  444. ^~~~~~~~~~~~
  445. 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'
  446. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2ContiguousBlockSize));
  447. ^~~~~~~~~~~~~~~~~~~~~~~
  448. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  449. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  450. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  451. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  452. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  453. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  454. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  455. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  456. ^~~~~~~~~~~~~~~~~
  457. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  458. if (AMS_UNLIKELY(!(expr))) { \
  459. ^~~~~~~~~~~~
  460. 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'
  461. MESOSPHERE_ABORT_UNLESS(l2_entry[i].IsCompatibleWithAttribute(attr_before, true));
  462. ^~~~~~~~~~~~~~~~~~~~~~~
  463. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  464. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  465. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  466. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  467. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  468. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  469. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  470. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  471. ^~~~~~~~~~~~~~~~~
  472. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  473. if (AMS_UNLIKELY(!(expr))) { \
  474. ^~~~~~~~~~~~
  475. 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'
  476. MESOSPHERE_ABORT_UNLESS(l2_entry[i].IsCompatibleWithAttribute(attr_before, true));
  477. ^~~~~~~~~~~~~~~~~~~~~~~
  478. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  479. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  480. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  481. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  482. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  483. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  484. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  485. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  486. ^~~~~~~~~~~~~~~~~
  487. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  488. if (AMS_UNLIKELY(!(expr))) { \
  489. ^~~~~~~~~~~~
  490. 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'
  491. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2BlockSize));
  492. ^~~~~~~~~~~~~~~~~~~~~~~
  493. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  494. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  495. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  496. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  497. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  498. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  499. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  500. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  501. ^~~~~~~~~~~~~~~~~
  502. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  503. if (AMS_UNLIKELY(!(expr))) { \
  504. ^~~~~~~~~~~~
  505. 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'
  506. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L2BlockSize));
  507. ^~~~~~~~~~~~~~~~~~~~~~~
  508. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  509. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  510. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  511. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  512. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  513. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  514. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  515. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  516. ^~~~~~~~~~~~~~~~~
  517. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  518. if (AMS_UNLIKELY(!(expr))) { \
  519. ^~~~~~~~~~~~
  520. 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'
  521. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2BlockSize));
  522. ^~~~~~~~~~~~~~~~~~~~~~~
  523. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  524. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  525. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  526. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  527. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  528. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  529. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  530. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  531. ^~~~~~~~~~~~~~~~~
  532. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  533. if (AMS_UNLIKELY(!(expr))) { \
  534. ^~~~~~~~~~~~
  535. 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'
  536. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L2BlockSize));
  537. ^~~~~~~~~~~~~~~~~~~~~~~
  538. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  539. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  540. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  541. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  542. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  543. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  544. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  545. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  546. ^~~~~~~~~~~~~~~~~
  547. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  548. if (AMS_UNLIKELY(!(expr))) { \
  549. ^~~~~~~~~~~~
  550. 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'
  551. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2BlockSize));
  552. ^~~~~~~~~~~~~~~~~~~~~~~
  553. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  554. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  555. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  556. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  557. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  558. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  559. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  560. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  561. ^~~~~~~~~~~~~~~~~
  562. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  563. if (AMS_UNLIKELY(!(expr))) { \
  564. ^~~~~~~~~~~~
  565. 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'
  566. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L2BlockSize));
  567. ^~~~~~~~~~~~~~~~~~~~~~~
  568. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  569. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  570. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  571. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  572. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  573. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  574. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  575. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  576. ^~~~~~~~~~~~~~~~~
  577. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  578. if (AMS_UNLIKELY(!(expr))) { \
  579. ^~~~~~~~~~~~
  580. 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'
  581. MESOSPHERE_ABORT_UNLESS(l2_entry->IsCompatibleWithAttribute(attr_before, false));
  582. ^~~~~~~~~~~~~~~~~~~~~~~
  583. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  584. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  585. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  586. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  587. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  588. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  589. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  590. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  591. ^~~~~~~~~~~~~~~~~
  592. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  593. if (AMS_UNLIKELY(!(expr))) { \
  594. ^~~~~~~~~~~~
  595. 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'
  596. MESOSPHERE_ABORT_UNLESS(l2_entry->IsCompatibleWithAttribute(attr_before, false));
  597. ^~~~~~~~~~~~~~~~~~~~~~~
  598. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  599. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  600. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  601. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  602. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  603. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  604. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  605. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  606. ^~~~~~~~~~~~~~~~~
  607. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  608. if (AMS_UNLIKELY(!(expr))) { \
  609. ^~~~~~~~~~~~
  610. 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'
  611. MESOSPHERE_ABORT_UNLESS(l2_entry->IsTable());
  612. ^~~~~~~~~~~~~~~~~~~~~~~
  613. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  614. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  615. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  616. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  617. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  618. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  619. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  620. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  621. ^~~~~~~~~~~~~~~~~
  622. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  623. if (AMS_UNLIKELY(!(expr))) { \
  624. ^~~~~~~~~~~~
  625. 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'
  626. MESOSPHERE_ABORT_UNLESS(l2_entry->IsTable());
  627. ^~~~~~~~~~~~~~~~~~~~~~~
  628. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  629. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  630. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  631. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  632. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  633. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  634. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  635. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  636. ^~~~~~~~~~~~~~~~~
  637. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  638. if (AMS_UNLIKELY(!(expr))) { \
  639. ^~~~~~~~~~~~
  640. 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'
  641. MESOSPHERE_ABORT_UNLESS(l3_entry->IsBlock());
  642. ^~~~~~~~~~~~~~~~~~~~~~~
  643. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  644. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  645. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  646. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  647. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  648. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  649. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  650. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  651. ^~~~~~~~~~~~~~~~~
  652. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  653. if (AMS_UNLIKELY(!(expr))) { \
  654. ^~~~~~~~~~~~
  655. 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'
  656. MESOSPHERE_ABORT_UNLESS(l3_entry->IsBlock());
  657. ^~~~~~~~~~~~~~~~~~~~~~~
  658. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  659. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  660. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  661. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  662. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  663. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  664. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  665. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  666. ^~~~~~~~~~~~~~~~~
  667. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  668. if (AMS_UNLIKELY(!(expr))) { \
  669. ^~~~~~~~~~~~
  670. 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'
  671. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3ContiguousBlockSize));
  672. ^~~~~~~~~~~~~~~~~~~~~~~
  673. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  674. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  675. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  676. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  677. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  678. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  679. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  680. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  681. ^~~~~~~~~~~~~~~~~
  682. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  683. if (AMS_UNLIKELY(!(expr))) { \
  684. ^~~~~~~~~~~~
  685. 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'
  686. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3ContiguousBlockSize));
  687. ^~~~~~~~~~~~~~~~~~~~~~~
  688. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  689. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  690. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  691. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  692. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  693. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  694. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  695. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  696. ^~~~~~~~~~~~~~~~~
  697. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  698. if (AMS_UNLIKELY(!(expr))) { \
  699. ^~~~~~~~~~~~
  700. 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'
  701. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3ContiguousBlockSize));
  702. ^~~~~~~~~~~~~~~~~~~~~~~
  703. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  704. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  705. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  706. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  707. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  708. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  709. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  710. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  711. ^~~~~~~~~~~~~~~~~
  712. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  713. if (AMS_UNLIKELY(!(expr))) { \
  714. ^~~~~~~~~~~~
  715. 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'
  716. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3ContiguousBlockSize));
  717. ^~~~~~~~~~~~~~~~~~~~~~~
  718. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  719. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  720. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  721. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  722. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  723. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  724. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  725. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  726. ^~~~~~~~~~~~~~~~~
  727. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  728. if (AMS_UNLIKELY(!(expr))) { \
  729. ^~~~~~~~~~~~
  730. 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'
  731. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3ContiguousBlockSize));
  732. ^~~~~~~~~~~~~~~~~~~~~~~
  733. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  734. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  735. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  736. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  737. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  738. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  739. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  740. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  741. ^~~~~~~~~~~~~~~~~
  742. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  743. if (AMS_UNLIKELY(!(expr))) { \
  744. ^~~~~~~~~~~~
  745. 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'
  746. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3ContiguousBlockSize));
  747. ^~~~~~~~~~~~~~~~~~~~~~~
  748. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  749. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  750. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  751. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  752. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  753. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  754. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  755. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  756. ^~~~~~~~~~~~~~~~~
  757. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  758. if (AMS_UNLIKELY(!(expr))) { \
  759. ^~~~~~~~~~~~
  760. 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'
  761. MESOSPHERE_ABORT_UNLESS(l3_entry[i].IsCompatibleWithAttribute(attr_before, true));
  762. ^~~~~~~~~~~~~~~~~~~~~~~
  763. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  764. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  765. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  766. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  767. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  768. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  769. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  770. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  771. ^~~~~~~~~~~~~~~~~
  772. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  773. if (AMS_UNLIKELY(!(expr))) { \
  774. ^~~~~~~~~~~~
  775. 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'
  776. MESOSPHERE_ABORT_UNLESS(l3_entry[i].IsCompatibleWithAttribute(attr_before, true));
  777. ^~~~~~~~~~~~~~~~~~~~~~~
  778. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  779. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  780. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  781. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  782. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  783. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  784. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  785. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  786. ^~~~~~~~~~~~~~~~~
  787. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  788. if (AMS_UNLIKELY(!(expr))) { \
  789. ^~~~~~~~~~~~
  790. 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'
  791. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3BlockSize));
  792. ^~~~~~~~~~~~~~~~~~~~~~~
  793. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  794. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  795. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  796. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  797. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  798. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  799. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  800. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  801. ^~~~~~~~~~~~~~~~~
  802. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  803. if (AMS_UNLIKELY(!(expr))) { \
  804. ^~~~~~~~~~~~
  805. 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'
  806. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(virt_addr), L3BlockSize));
  807. ^~~~~~~~~~~~~~~~~~~~~~~
  808. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  809. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  810. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  811. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  812. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  813. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  814. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  815. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  816. ^~~~~~~~~~~~~~~~~
  817. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  818. if (AMS_UNLIKELY(!(expr))) { \
  819. ^~~~~~~~~~~~
  820. 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'
  821. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3BlockSize));
  822. ^~~~~~~~~~~~~~~~~~~~~~~
  823. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  824. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  825. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  826. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  827. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  828. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  829. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  830. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  831. ^~~~~~~~~~~~~~~~~
  832. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  833. if (AMS_UNLIKELY(!(expr))) { \
  834. ^~~~~~~~~~~~
  835. 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'
  836. MESOSPHERE_ABORT_UNLESS(util::IsAligned(GetInteger(block), L3BlockSize));
  837. ^~~~~~~~~~~~~~~~~~~~~~~
  838. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  839. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  840. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  841. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  842. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  843. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  844. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  845. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  846. ^~~~~~~~~~~~~~~~~
  847. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  848. if (AMS_UNLIKELY(!(expr))) { \
  849. ^~~~~~~~~~~~
  850. 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'
  851. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3BlockSize));
  852. ^~~~~~~~~~~~~~~~~~~~~~~
  853. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  854. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  855. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  856. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  857. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  858. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  859. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  860. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  861. ^~~~~~~~~~~~~~~~~
  862. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  863. if (AMS_UNLIKELY(!(expr))) { \
  864. ^~~~~~~~~~~~
  865. 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'
  866. MESOSPHERE_ABORT_UNLESS(util::IsAligned(size, L3BlockSize));
  867. ^~~~~~~~~~~~~~~~~~~~~~~
  868. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: error: '__builtin_expect_with_probability' was not declared in this scope
  869. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  870. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  871. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  872. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  873. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  874. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  875. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  876. ^~~~~~~~~~~~~~~~~
  877. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  878. if (AMS_UNLIKELY(!(expr))) { \
  879. ^~~~~~~~~~~~
  880. 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'
  881. MESOSPHERE_ABORT_UNLESS(l3_entry->IsCompatibleWithAttribute(attr_before, false));
  882. ^~~~~~~~~~~~~~~~~~~~~~~
  883. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: suggested alternative: '__builtin_alloca_with_align'
  884. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  885. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  886. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:56:48: note: in definition of macro 'AMS_PREDICT'
  887. #define AMS_PREDICT(expr, value, _probability) __builtin_expect_with_probability(expr, value, ({ \
  888. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  889. m:\switchdev\0wn-switch\atmosphere\libraries\libvapours\include\vapours/defines.hpp:67:28: note: in expansion of macro 'AMS_PREDICT_FALSE'
  890. #define AMS_UNLIKELY(expr) AMS_PREDICT_FALSE(expr, 1.0)
  891. ^~~~~~~~~~~~~~~~~
  892. M:/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere/include/mesosphere/kern_panic.hpp:50:13: note: in expansion of macro 'AMS_UNLIKELY'
  893. if (AMS_UNLIKELY(!(expr))) { \
  894. ^~~~~~~~~~~~
  895. 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'
  896. MESOSPHERE_ABORT_UNLESS(l3_entry->IsCompatibleWithAttribute(attr_before, false));
  897. ^~~~~~~~~~~~~~~~~~~~~~~
  898. make[3]: *** [/opt/devkitpro/devkitA64/base_rules:14: kern_init_elf.o] Error 1
  899. make[2]: *** [Makefile:86: lib/libmesosphere.a] Error 2
  900. make[2]: Leaving directory '/m/switchdev/0wn-switch/Atmosphere/libraries/libmesosphere'
  901. make[1]: *** [Makefile:8: libmesosphere] Error 2
  902. make[1]: Leaving directory '/m/switchdev/0wn-switch/Atmosphere/libraries'
  903. make: *** [Makefile:36: libraries] Error 2
  904.  
  905. M:\switchdev\0wn-switch\Atmosphere>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement