1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

sept: tweak cluster verif

This commit is contained in:
Michael Scire 2019-06-19 12:40:39 -07:00
parent 8663eb1a6e
commit e274d3ef37

View file

@ -156,7 +156,8 @@ void cluster_boot_cpu0(uint32_t entry)
generic_panic();
}
if (SB_AA64_RESET_LOW_0 != (entry | 1) || SB_AA64_RESET_HIGH_0 != 0) {
/* TODO: Should we even bother taking as a parameter? */
if (SB_AA64_RESET_LOW_0 != (0x4003D000 | 1) || SB_AA64_RESET_HIGH_0 != 0) {
generic_panic();
}